Add workaround for #3901

This commit is contained in:
Eivind Fonn 2015-11-22 10:33:57 +01:00
parent 17a2ae74ce
commit d16be23def

View file

@ -590,7 +590,12 @@
:init
(progn
(setq evil-lisp-state-global t)
(setq evil-lisp-state-leader-prefix "k"))))
(setq evil-lisp-state-leader-prefix "k"))
:config
;; FIXME: This is a workaround for
;; https://github.com/syl20bnr/spacemacs/issues/3901
(spacemacs/set-leader-keys
"k" (lookup-key evil-leader--default-map "k"))))
(defun spacemacs/init-evil-mc ()
(use-package evil-mc