mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor: remove unneeded/magic in add-hook! calls
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user