Fix python.exe call
This commit is contained in:
parent
f147e1a034
commit
a31453301c
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
browse-url-secondary-browser-function 'browse-url-firefox))
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(add-to-list 'exec-path "C:/msys64/mingw64/bin")
|
||||
(add-to-list 'exec-path "C:/msys64/usr/bin")
|
||||
;; (add-to-list 'exec-path "C:/msys64/mingw64/bin")
|
||||
;; (add-to-list 'exec-path "C:/msys64/usr/bin")
|
||||
|
||||
(setq sql-sqlite-program "c:/msys64/mingw64/bin/sqlite3.exe")
|
||||
(setq ispell-program-name "c:/msys64/mingw64/bin/aspell.exe")
|
||||
|
|
Loading…
Add table
Reference in a new issue