From 76d82869a81e5972d7305135ca0d3da622e0a813 Mon Sep 17 00:00:00 2001 From: justbur Date: Mon, 7 Dec 2015 19:59:23 -0500 Subject: [PATCH] bind-map: Define minor-mode name New bind-map option allows defining the name for the overriding-mode. This does that and removes the now redundant :evil-use-local option. --- layers/+distribution/spacemacs-base/packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+distribution/spacemacs-base/packages.el b/layers/+distribution/spacemacs-base/packages.el index bf2e8b8fe..24e1d3252 100644 --- a/layers/+distribution/spacemacs-base/packages.el +++ b/layers/+distribution/spacemacs-base/packages.el @@ -71,9 +71,9 @@ (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))) + :override-minor-modes t + :override-mode-name spacemacs-leader-override-mode))) (defun spacemacs-base/init-bookmark () (use-package bookmark