[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:
|
:END:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ispell
|
(use-package ispell
|
||||||
|
:if (executable-find "aspell")
|
||||||
:defer t
|
:defer t
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user