aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
Diffstat (limited to 'dot_emacs')
-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))