From 7bbe301027a62ceff0d820ab353f28d12760e41e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 Jun 2016 12:35:18 -0400 Subject: Set default dictionary in emacs --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs b/.emacs index 56d4bef..7d454aa 100644 --- a/.emacs +++ b/.emacs @@ -113,6 +113,10 @@ (setq mail-envelope-from 'header) (setq message-send-mail-function 'sendmail-send-it) + +;;;; Default dictionary +(setq ispell-dictionary "british-ise-w_accents") + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit v1.2.3