Minor, general refactor

In some contexts, map-put is superior to add-to-list.
This commit is contained in:
Henrik Lissner 2018-05-29 15:34:12 +02:00
parent 592d83a968
commit 947fe345c3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 10 additions and 12 deletions

View file

@ -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))