Skip to content

Commit

Permalink
keys: Fix #3927
Browse files Browse the repository at this point in the history
Use new bind-map option to override minor-mode maps with the emacs
leader key.
  • Loading branch information
justbur authored and syl20bnr committed Dec 1, 2015
1 parent fcb5969 commit 81765e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/+distribution/spacemacs-base/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
(bind-map spacemacs-default-map
:prefix-cmd spacemacs-cmds
:keys (dotspacemacs-emacs-leader-key)
:override-minor-modes t ; only applies to :keys
:evil-keys (dotspacemacs-leader-key)
:evil-use-local t)))

Expand Down

0 comments on commit 81765e9

Please sign in to comment.