summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index b60b2d8..16ddc91 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -229,6 +229,9 @@
:height 130
:family "Hack")
+;; Set default dictionary.
+(setq ispell-dictionary "en_US")
+
;; Turn on flyspell spell checking.
(require 'flyspell)
(add-hook 'text-mode-hook 'flyspell-mode)