Minor
This commit is contained in:
parent
422b2d3320
commit
762ce3d181
1 changed files with 1 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue