From 13f5d9ab105369742f70b7a6d5d6d53b9df129cc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 25 Jul 2014 22:05:43 +0100 Subject: Emacs: Remove commented-out code --- tag-emacs/emacs.d/init.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f58580c..e4ed9e3 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -817,10 +817,6 @@ ;;;; Spelling (setq ispell-program-name "aspell" ispell-dictionary "british") -;; (setq ispell-process-directory (expand-file-name "~/")) -;; If aspell is too slow -;; If it is still too slow, use ‘ultra’ instead of ‘fast’ -;; (setq ispell-extra-args '(" --sug-mode=fast")) (req-package ispell :bind (("" . ispell-word))) -- cgit 1.4.1