Fix typo (missing package name in after! block)

This commit is contained in:
Henrik Lissner 2017-06-10 22:15:39 +02:00
parent 688aef12d4
commit ec23f1f06b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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