From 6c801414f31af0d1fd968f2dd02ff919553b8dd8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 11 Jan 2016 05:33:39 +0000 Subject: ispell --- .emacs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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." (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right) ) ) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(ispell-alternate-dictionary nil) + '(ispell-dictionary "en_GB") + '(ispell-extra-args + (quote + ("--data-dir" "/home/gkleen/.nix-profile/lib/aspell"))) + '(ispell-program-name "aspell")) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) -- cgit v1.2.3