This commit is contained in:
John Doty 2021-08-22 15:09:34 -07:00
parent 422b2d3320
commit 762ce3d181

View file

@ -285,8 +285,7 @@
(fill-paragraph nil region)))
(defun my--fix-aspell ()
"Fix aspell location when it's not there, by looking in
hard-coded locations."
"Fix aspell location when it's not there, by looking in hard-coded locations."
(require 'ispell)
(if (and (not (executable-find ispell-program-name))
(file-exists-p "c:/msys64/usr/bin/aspell.exe"))