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)
|
:commands (magit-status magit-blame)
|
||||||
:config
|
:config
|
||||||
(set! :evil-state 'magit-status-mode 'emacs)
|
(set! :evil-state 'magit-status-mode 'emacs)
|
||||||
(after!
|
(after! evil
|
||||||
;; Switch to emacs state only while in `magit-blame-mode', then back when
|
;; Switch to emacs state only while in `magit-blame-mode', then back when
|
||||||
;; its done (since it's a minor-mode).
|
;; its done (since it's a minor-mode).
|
||||||
(add-hook! 'magit-blame-mode-hook
|
(add-hook! 'magit-blame-mode-hook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue