email/wanderlust: fix wl-summary-mode hook

This commit is contained in:
Henrik Lissner 2019-05-05 14:16:14 -04:00
parent 3eab4acd98
commit 7430086de1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -72,7 +72,7 @@
(when (featurep! :editor evil) (when (featurep! :editor evil)
;; Neither wl-folder-mode or wl-summary-mode are correctly defined as major ;; Neither wl-folder-mode or wl-summary-mode are correctly defined as major
;; modes, so `evil-set-initial-state' won't work here. ;; modes, so `evil-set-initial-state' won't work here.
(add-hook! '(wl-folder-mode-hook wl-summary-mode) (add-hook! '(wl-folder-mode-hook wl-summary-mode-hook)
#'evil-emacs-state)) #'evil-emacs-state))
(add-hook 'mime-edit-mode-hook #'auto-fill-mode)) (add-hook 'mime-edit-mode-hook #'auto-fill-mode))