Use en_US for git commits

hunspell doesn't know about an "en" dictionary.
This commit is contained in:
Tom Willemse 2015-06-21 12:47:30 +02:00
parent 80b13a5786
commit 56123da22c

View file

@ -625,7 +625,7 @@ insert at the end of the region and at the beginning."
(defun oni:set-ispell-local-en-dict ()
"Set `ispell-local-dictionary' to en."
(setq ispell-local-dictionary "en"))
(setq ispell-local-dictionary "en_US"))
(defun oni:set-keys-for-dired ()
"Set some keybindings for `dired'."