Use en_US for git commits
hunspell doesn't know about an "en" dictionary.
This commit is contained in:
parent
80b13a5786
commit
56123da22c
1 changed files with 1 additions and 1 deletions
|
@ -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'."
|
||||
|
|
Loading…
Reference in a new issue