Add evil-lion

This commit is contained in:
James Wang 2017-03-21 08:43:04 +08:00 committed by Eivind Fonn
parent a5e6509695
commit 3661ac1937
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@
evil-exchange
evil-iedit-state
evil-indent-plus
evil-lion
evil-lisp-state
;; for testing purpose, contribute by reporting bugs and sending PRs
;; to https://github.com/gabesoft/evil-mc
@ -98,6 +99,10 @@
(use-package evil-indent-plus
:init (evil-indent-plus-default-bindings)))
(defun spacemacs-evil/init-evil-lion ()
(use-package evil-lion
:init (evil-lion-mode)))
(defun spacemacs-evil/init-evil-lisp-state ()
(use-package evil-lisp-state
:init (setq evil-lisp-state-global t)