Dont set default ispell program

This commit is contained in:
Marcus Kammer 2022-04-07 10:11:40 +02:00
parent bb5fccb3ff
commit 6e1ad94b49

View file

@ -30,7 +30,7 @@
(calendar-absolute-from-gregorian (calendar-absolute-from-gregorian
(list month day year ))))) (list month day year )))))
'font-lock-face 'font-lock-function-name-face)) 'font-lock-face 'font-lock-function-name-face))
(setq-default ispell-program-name "aspell") ;; (setq-default ispell-program-name "aspell")
(setq-default grep-command "grep -i -nH -e ") (setq-default grep-command "grep -i -nH -e ")
(when (eq system-type 'gnu/linux) (when (eq system-type 'gnu/linux)