Simplify add of exec-paths
This commit is contained in:
parent
2f4edc41dc
commit
73544bc0d4
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)
|
||||
(when (file-exists-p "c:/msys64/msys2.exe")
|
||||
(setenv "PATH" (string-join `("C:\\msys64\\usr\\bin" ,(getenv "PATH")) ":")))
|
||||
(add-to-list 'exec-path "C:/msys64/mingw64/bin")
|
||||
(add-to-list 'exec-path "C:/msys64/usr/bin")
|
||||
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32.el"
|
||||
org-babel-python-command "python")
|
||||
|
|
Loading…
Add table
Reference in a new issue