From 6e1ad94b499c249bf85d7009fe34bfaa6b0805c0 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 7 Apr 2022 10:11:40 +0200 Subject: [PATCH] Dont set default ispell program --- bundle/bundle--defaults.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--defaults.el b/bundle/bundle--defaults.el index 99aad815..5fa56a91 100644 --- a/bundle/bundle--defaults.el +++ b/bundle/bundle--defaults.el @@ -30,7 +30,7 @@ (calendar-absolute-from-gregorian (list month day year ))))) '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 ") (when (eq system-type 'gnu/linux)