Simplify add of exec-paths

This commit is contained in:
Marcus Kammer 2022-04-06 16:13:56 +02:00
parent 2f4edc41dc
commit 73544bc0d4

View file

@ -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")