diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-11 05:33:39 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-11 05:33:39 +0000 |
commit | 6c801414f31af0d1fd968f2dd02ff919553b8dd8 (patch) | |
tree | 944111ffc495543a877951cd5a66d11c9952a78b /.emacs | |
parent | 3441c15891fa1bcf866f96ebd0843e4e88f75fb6 (diff) | |
download | dotfiles-6c801414f31af0d1fd968f2dd02ff919553b8dd8.tar dotfiles-6c801414f31af0d1fd968f2dd02ff919553b8dd8.tar.gz dotfiles-6c801414f31af0d1fd968f2dd02ff919553b8dd8.tar.bz2 dotfiles-6c801414f31af0d1fd968f2dd02ff919553b8dd8.tar.xz dotfiles-6c801414f31af0d1fd968f2dd02ff919553b8dd8.zip |
ispell
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -77,3 +77,20 @@ Return a list of installed packages or nil for every skipped package." | |||
77 | (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right) | 77 | (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right) |
78 | ) | 78 | ) |
79 | ) | 79 | ) |
80 | (custom-set-variables | ||
81 | ;; custom-set-variables was added by Custom. | ||
82 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
83 | ;; Your init file should contain only one such instance. | ||
84 | ;; If there is more than one, they won't work right. | ||
85 | '(ispell-alternate-dictionary nil) | ||
86 | '(ispell-dictionary "en_GB") | ||
87 | '(ispell-extra-args | ||
88 | (quote | ||
89 | ("--data-dir" "/home/gkleen/.nix-profile/lib/aspell"))) | ||
90 | '(ispell-program-name "aspell")) | ||
91 | (custom-set-faces | ||
92 | ;; custom-set-faces was added by Custom. | ||
93 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
94 | ;; Your init file should contain only one such instance. | ||
95 | ;; If there is more than one, they won't work right. | ||
96 | ) | ||