email/wanderlust: fix wl-summary-mode hook
This commit is contained in:
parent
3eab4acd98
commit
7430086de1
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
(when (featurep! :editor evil)
|
||||
;; Neither wl-folder-mode or wl-summary-mode are correctly defined as major
|
||||
;; 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))
|
||||
|
||||
(add-hook 'mime-edit-mode-hook #'auto-fill-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue