From 77af1ea3587ecac26b339da92effe31f99781a44 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Jul 2015 22:06:17 +0200 Subject: Fix dictionary name for hunspell --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3-54-g00ecf