Skip to content

Commit

Permalink
keys: Fix syl20bnr#3981
Browse files Browse the repository at this point in the history
Make bind-map use default behavior of evil-leader, which used local
state maps for global bindings.
  • Loading branch information
justbur authored and diego-alvarez-hs committed Feb 6, 2016
1 parent 927b554 commit 780b8ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layers/+distribution/spacemacs-base/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
(bind-map spacemacs-default-map
:prefix-cmd spacemacs-cmds
:keys (dotspacemacs-emacs-leader-key)
:evil-keys (dotspacemacs-leader-key))))
:evil-keys (dotspacemacs-leader-key)
:evil-use-local t)))

(defun spacemacs-base/init-bookmark ()
(use-package bookmark
Expand Down

0 comments on commit 780b8ae

Please sign in to comment.