Dont set default ispell program
This commit is contained in:
parent
bb5fccb3ff
commit
6e1ad94b49
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue