Enabling flyspell-mode, and flyspell-prog-mode by default.

This commit is contained in:
Micheal Smith
2025-11-01 08:53:13 -05:00
parent 2a89e1ded3
commit 5651db78c0
2 changed files with 6 additions and 0 deletions

View File

@@ -314,6 +314,9 @@ keep the loading order in mind when doing so.
(epa-file-enable)
(setq epg-pinentry-mode 'loopback)
(setq epa-file-encrypt-to '("xulfer@cheapbsd.net"))
:hook
(prog-mode-hook . flyspell-prog-mode)
(text-mode-hook . flyspell-mode)
:custom
(scroll-conservatively 101 "Scroll just enough to bring text into view")
(enable-recursive-minibuffers t "Allow minibuffer commands in minibuffer")

View File

@@ -32,6 +32,9 @@ keep the loading order in mind when doing so.
(epa-file-enable)
(setq epg-pinentry-mode 'loopback)
(setq epa-file-encrypt-to '("xulfer@cheapbsd.net"))
:hook
(prog-mode-hook . flyspell-prog-mode)
(text-mode-hook . flyspell-mode)
:custom
(scroll-conservatively 101 "Scroll just enough to bring text into view")
(enable-recursive-minibuffers t "Allow minibuffer commands in minibuffer")