aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2022-01-03 14:54:42 -0500
committerRyan Kavanagh <rak@rak.ac>2022-01-03 14:54:42 -0500
commitad237ac22a7778a928013b14b348c8769bd34f5e (patch)
tree0d05210eec7ea4535eb0b15dd66965f31f942328 /dot_emacs
parentupdate list of files ignored by chezmoi (diff)
enable flyspell in all text modes
Diffstat (limited to '')
-rw-r--r--dot_emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index d1d5b81..c2ac82d 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -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))