[Emacs] Enable ispell only if aspell executable is found

This commit is contained in:
Lucien Cartier-Tilet 2022-06-10 10:41:08 +02:00
parent 179fe277f4
commit 09867381eb
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

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