refactor: remove unneeded/magic in add-hook! calls

This commit is contained in:
Henrik Lissner 2024-08-29 01:40:03 -04:00
parent 5311214f90
commit 1c16b84691
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@
;; In addition, `wl-folder-mode' won't start in `evil-emacs-state' through
;; `evil-emacs-state-modes', and `wl-summary-mode' won't start in
;; `evil-emacs-state' through `wl-summary-mode-hook'.
(add-hook! 'wl-folder-mode-hook #'evil-emacs-state)
(add-hook 'wl-folder-mode-hook #'evil-emacs-state)
(pushnew! evil-emacs-state-modes 'wl-summary-mode))
(add-hook 'mime-edit-mode-hook #'auto-fill-mode))