From 56123da22caad16fed18e37fefb19a8d2bda519d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 21 Jun 2015 12:47:30 +0200 Subject: Use en_US for git commits hunspell doesn't know about an "en" dictionary. --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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'." -- cgit v1.2.3-54-g00ecf