diff options
| author | Ryan Kavanagh <rak@debian.org> | 2016-06-21 12:35:18 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2016-06-21 12:35:18 -0400 |
| commit | 7bbe301027a62ceff0d820ab353f28d12760e41e (patch) | |
| tree | 07dd9d3269a832e8df3e7dd31ef72abdc466b562 | |
| parent | Added a wallpaper (diff) | |
Set default dictionary in emacs
Diffstat (limited to '')
| -rw-r--r-- | .emacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
