Enabling flyspell-mode, and flyspell-prog-mode by default.
This commit is contained in:
parent
2a89e1ded3
commit
5651db78c0
2 changed files with 6 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue