feature/evil: fix leader key in special-mode-map
This commit is contained in:
parent
31611f913a
commit
4a29825e0d
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
:config
|
||||
(evil-collection-init)
|
||||
;; don't interfere with leader key
|
||||
(map! :after compile :map compilation-mode-map doom-leader-key nil))
|
||||
(map! :after compile :map compilation-mode-map doom-leader-key nil)
|
||||
(evil-define-key '(normal visual) special-mode-map " " nil))
|
||||
|
||||
|
||||
(def-package! evil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue