summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
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 (("<f8>" . ispell-word)))