Skip to content

Commit

Permalink
Add workaround for syl20bnr#3901
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB authored and d12frosted committed Nov 23, 2015
1 parent 0e343ab commit 4d92995
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion layers/+distribution/spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d92995

Please sign in to comment.