[Emacs] Enable ispell only if aspell executable is found
This commit is contained in:
parent
179fe277f4
commit
09867381eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user