diff options
author | Ryan Kavanagh <rak@rak.ac> | 2022-01-03 14:54:42 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2022-01-03 14:54:42 -0500 |
commit | ad237ac22a7778a928013b14b348c8769bd34f5e (patch) | |
tree | 0d05210eec7ea4535eb0b15dd66965f31f942328 /dot_emacs | |
parent | update list of files ignored by chezmoi (diff) |
enable flyspell in all text modes
Diffstat (limited to '')
-rw-r--r-- | dot_emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ (put 'narrow-to-region 'disabled nil) :hook ; add functions onto hook; only basename needed ((text-mode . turn-on-auto-fill) + (text-mode . flyspell-mode) (before-save . whitespace-cleanup)) :bind ; key bindings (("C-x a r" . align-regexp)) |