Ensure hl-line-mode is on in magit buffers
This commit is contained in:
parent
bbfd3f6192
commit
5b4ea43ccb
@ -4,6 +4,7 @@
|
||||
(leader-def-key "g" '(nil :which-key "git"))
|
||||
:config
|
||||
(evil-collection-magit-setup)
|
||||
(add-hook 'magit-mode-hook #'hl-line-mode)
|
||||
:general
|
||||
(leader-map "gs" #'magit-status
|
||||
"gg" #'magit-file-dispatch
|
||||
|
Loading…
Reference in New Issue
Block a user