summaryrefslogtreecommitdiff
path: root/lisp/text.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-07-28 08:23:24 -0400
committermattkae <mattkae@protonmail.com>2022-07-28 08:23:24 -0400
commit928759bb7a2f91dbf76a55bedc44e25638cd2419 (patch)
treeff81bf7ce9fe7a34bbf30c135b931c22f710b497 /lisp/text.el
parent50c378b451131112f0ca178e500577949d4ecdf2 (diff)
A handful of useful fixes
Diffstat (limited to 'lisp/text.el')
-rw-r--r--lisp/text.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/text.el b/lisp/text.el
index 498a373..4e1f8bf 100644
--- a/lisp/text.el
+++ b/lisp/text.el
@@ -4,4 +4,9 @@
(global-hl-line-mode 0)
)
+;;(require 'flyspell)
+;;(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
+;;(add-hook 'text-mode flyspell-mode)
+
+
(provide 'text)