fixes issue #729 by lazy loading after any file is visited

This commit is contained in:
Christoph Paulik 2015-02-28 10:51:25 +01:00 committed by syl20bnr
parent 4816afa91a
commit 64fba8119f

View file

@ -727,8 +727,7 @@ which require an initialization must be listed explicitly in the list.")
(kbd evil-leader/leader) evil-leader--default-map))
(evil-leader/set-key "se" 'evil-iedit-state/iedit-mode)
(add-to-hooks 'spacemacs/evil-state-lazy-loading '(prog-mode-hook
markdown-mode-hook)))
(add-to-hooks 'spacemacs/evil-state-lazy-loading '(find-file-hook)))
(defun spacemacs/init-evil-indent-textobject ()
(use-package evil-indent-textobject))