From ad237ac22a7778a928013b14b348c8769bd34f5e Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@rak.ac>
Date: Mon, 3 Jan 2022 14:54:42 -0500
Subject: enable flyspell in all text modes

---
 dot_emacs | 1 +
 1 file changed, 1 insertion(+)

(limited to 'dot_emacs')

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))
-- 
cgit v1.2.3