summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-21 12:47:30 +0200
committerGravatar Tom Willemse2015-06-21 12:47:30 +0200
commit56123da22caad16fed18e37fefb19a8d2bda519d (patch)
treee279a14a1f980ef4f6c7296b00695b08ad0807f6 /emacs
parent80b13a578616a072609e6e0f172f1e8ee686a305 (diff)
downloaddotfiles-56123da22caad16fed18e37fefb19a8d2bda519d.tar.gz
dotfiles-56123da22caad16fed18e37fefb19a8d2bda519d.zip
Use en_US for git commits
hunspell doesn't know about an "en" dictionary.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 0272234..6823391 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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'."