all repos — nixfiles @ 13f5d9ab105369742f70b7a6d5d6d53b9df129cc

System and user configuration, managed by nix and home-manager

Emacs: Remove commented-out code

Alan Pearce
commit

13f5d9ab105369742f70b7a6d5d6d53b9df129cc

parent

0c03d0bd46e1222d5eae80c8760d4458f9bac030

1 file changed, 0 insertions(+), 4 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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)))