diff options
author | Alan Pearce | 2014-07-25 22:05:43 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-25 22:05:43 +0100 |
commit | 13f5d9ab105369742f70b7a6d5d6d53b9df129cc (patch) | |
tree | ff9176e57f05f9a1b14d777081957ca142356ba5 /tag-emacs | |
parent | 0c03d0bd46e1222d5eae80c8760d4458f9bac030 (diff) | |
download | nixfiles-13f5d9ab105369742f70b7a6d5d6d53b9df129cc.tar.lz nixfiles-13f5d9ab105369742f70b7a6d5d6d53b9df129cc.tar.zst nixfiles-13f5d9ab105369742f70b7a6d5d6d53b9df129cc.zip |
Emacs: Remove commented-out code
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f58580c5..e4ed9e3a 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 (("<f8>" . ispell-word))) |