Enabling flyspell-mode, and flyspell-prog-mode by default.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user