mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor, general refactor
In some contexts, map-put is superior to add-to-list.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user