refactor: remove unneeded/magic in add-hook! calls
This commit is contained in:
parent
5311214f90
commit
1c16b84691
3 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue