Minor, general refactor
In some contexts, map-put is superior to add-to-list.
This commit is contained in:
parent
592d83a968
commit
947fe345c3
7 changed files with 10 additions and 12 deletions
|
@ -38,7 +38,7 @@
|
|||
(def-package! evil-magit
|
||||
:when (featurep! :feature evil)
|
||||
:after magit
|
||||
:init (setq evil-magit-state 'normal)
|
||||
:config
|
||||
(setq evil-magit-state 'normal)
|
||||
(map! :map (magit-mode-map magit-blame-read-only-mode-map)
|
||||
doom-leader-key nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue