summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs17
1 files changed, 17 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 7d5f3d4..82958b7 100644
--- a/.emacs
+++ b/.emacs
@@ -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 )