diff options
-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 | ) | ||