Check for hunspell.exe other location
This commit is contained in:
parent
de1dd2ed86
commit
cf16c08287
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -11,4 +11,5 @@
|
|||
(load "bundle--mk")
|
||||
(when (eq system-type 'windows-nt)
|
||||
(if (file-exists-p "c:/msys64/mingw64/bin/hunspell.exe") nil (message "hunspell.exe is missing"))
|
||||
(if (file-exists-p "c:/msys64/ucrt64/bin/hunspell.exe") nil (message "hunspell.exe is missing"))
|
||||
(if (file-exists-p "c:/msys64/usr/bin/unzip.exe") nil (message "unzip.exe is missing")))
|
||||
|
|
Loading…
Add table
Reference in a new issue