From 09867381eb3ef1fa968a06d93c9ce47a54e49719 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 10 Jun 2022 10:41:08 +0200 Subject: [PATCH] [Emacs] Enable ispell only if aspell executable is found --- org/config/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 55bdbde..41624df 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -5982,6 +5982,7 @@ in quite a few languages. :END: #+begin_src emacs-lisp (use-package ispell + :if (executable-find "aspell") :defer t :straight (:type built-in) :config