[Emacs] Enable ispell only if aspell executable is found

This commit is contained in:
2022-06-10 10:41:08 +02:00
parent 179fe277f4
commit 09867381eb

View File

@@ -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