summaryrefslogtreecommitdiff
path: root/lisp/text.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-10-20 08:52:50 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2022-10-20 08:52:50 -0400
commitb2faaae5840a3a134e24ae24eb65593669098039 (patch)
tree7d60289edb68b80c6ee9e4d74c3fae7ac94c919d /lisp/text.el
parent6585e7aa048583bac0fc76f72dabed450bf81394 (diff)
Removing some junk scripts that were lying around
Diffstat (limited to 'lisp/text.el')
-rw-r--r--lisp/text.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/text.el b/lisp/text.el
index feb6535..6467a4e 100644
--- a/lisp/text.el
+++ b/lisp/text.el
@@ -8,7 +8,9 @@
)
(add-hook 'text-mode-hook 'setup-text-mode)
+(require 'ispell)
(setq ispell-program-name (executable-find "hunspell")
ispell-dictionary "en_US")
+
(provide 'text)
-;; text.el ends here
+;;; text.el ends here