Configure evil-lisp-state to be globally available on k

This commit is contained in:
syl20bnr 2015-02-16 23:14:02 -05:00
parent a71b1f1611
commit 90ea16bdf2

View file

@ -66,6 +66,8 @@
(spacemacs|hide-lighter evil-escape-mode)))
(defun spacemacs/init-evil-lisp-state ()
(setq evil-lisp-state-global t)
(setq evil-lisp-state-leader-prefix "k")
(require 'evil-lisp-state))
(defun spacemacs/init-helm-rcirc ()