summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/text.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/text.el b/lisp/text.el
index 5e67c39..feb6535 100644
--- a/lisp/text.el
+++ b/lisp/text.el
@@ -8,5 +8,7 @@
)
(add-hook 'text-mode-hook 'setup-text-mode)
+(setq ispell-program-name (executable-find "hunspell")
+ ispell-dictionary "en_US")
(provide 'text)
;; text.el ends here