Update PATH with bin of mingw64
This commit is contained in:
parent
77ab09309f
commit
1543d83910
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
;; (add-to-list 'exec-path "C:/msys64/mingw64/bin")
|
||||
;; (add-to-list 'exec-path "C:/msys64/usr/bin")
|
||||
|
||||
(setenv "PATH" (concat "C:\\msys64\\mingw64\\bin;" (getenv "PATH")))
|
||||
|
||||
(setq sql-sqlite-program "c:/msys64/mingw64/bin/sqlite3.exe")
|
||||
(setq ispell-program-name "c:/msys64/mingw64/bin/aspell.exe")
|
||||
(setq nov-unzip-program "c:/msys64/usr/bin/unzip.exe")
|
||||
|
|
Loading…
Add table
Reference in a new issue