mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General, minor refactor
+ Group hooks with add-hook! + Sharpquote elfeed call + Extract elfeed buffer detector into function and ensure idempotency of doom-real-buffer-functions
This commit is contained in:
@ -131,5 +131,5 @@ environment variables."
|
||||
;;
|
||||
|
||||
(when (featurep! :feature evil +everywhere)
|
||||
(add-hook 'anaconda-mode-hook #'evil-normalize-keymaps)
|
||||
(add-hook 'nose-mode-hook #'evil-normalize-keymaps))
|
||||
(add-hook! '(anaconda-mode-hook nose-mode-hook)
|
||||
#'evil-normalize-keymaps))
|
||||
|
Reference in New Issue
Block a user