Fix dictionary name for hunspell

This commit is contained in:
Tom Willemse 2015-07-26 22:06:17 +02:00
parent b0dcc251b6
commit 77af1ea358

View file

@ -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