Fix typo (missing package name in after! block)
This commit is contained in:
parent
688aef12d4
commit
ec23f1f06b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
:commands (magit-status magit-blame)
|
||||
:config
|
||||
(set! :evil-state 'magit-status-mode 'emacs)
|
||||
(after!
|
||||
(after! evil
|
||||
;; Switch to emacs state only while in `magit-blame-mode', then back when
|
||||
;; its done (since it's a minor-mode).
|
||||
(add-hook! 'magit-blame-mode-hook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue