Fix dictionary name for hunspell
This commit is contained in:
parent
b0dcc251b6
commit
77af1ea358
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue