chore(spelling/flyspell): move setup to a central list of hooks

This commit is contained in:
2022-12-04 01:57:16 +00:00
parent dad465c90a
commit 4e33f79c29
4 changed files with 10 additions and 8 deletions

View File

@@ -8,7 +8,6 @@
(require 'siren-display-fill-column)
(require 'siren-display-line-numbers)
(require 'siren-flyspell)
(require 'siren-whitespace)
(use-package magit
@@ -55,7 +54,6 @@
(siren-display-fill-column)
(siren-display-line-numbers)
(auto-fill-mode t)
(flyspell-mode t)
(whitespace-mode t))
:config