summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-26 22:06:17 +0200
committerGravatar Tom Willemse2015-07-26 22:06:17 +0200
commit77af1ea3587ecac26b339da92effe31f99781a44 (patch)
tree70dd2bec5ed2ed859d28b14350df1277be067de9 /emacs/.emacs.d/init.org
parentb0dcc251b64b1fad302dc75493f149bfc4390034 (diff)
downloaddotfiles-77af1ea3587ecac26b339da92effe31f99781a44.tar.gz
dotfiles-77af1ea3587ecac26b339da92effe31f99781a44.zip
Fix dictionary name for hunspell
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 974d025..aceec4b 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -452,7 +452,7 @@
(message-narrow-to-headers-or-head)
(when (string-match (rx (and "@" (or "aethon" "picturefix") ".nl>") eol)
(message-fetch-field "From"))
- (ispell-change-dictionary "nl"))))
+ (ispell-change-dictionary "nl_NL"))))
(add-hook 'message-setup-hook 'oni:switch-ispell-dictionary)
#+END_SRC