diff --git a/emacs.el b/emacs.el index d5fa6bb..6add480 100644 --- a/emacs.el +++ b/emacs.el @@ -1790,7 +1790,11 @@ this is test, does not rename files" ;; (setq python-python-command "c:/Python26/python.exe") (define-key my-prefix-map (kbd "C-c") 'start-ckw-bash) - (my-w32-add-export-path "c:/WINDOWS" + (my-w32-add-export-path "c:/Windows/system" + "c:/Windows/System32" + "c:/Program Files/Git/bin" + "c:/MinGW/bin" + "c:/MinGW/mingw32/bin" (expand-file-name "~/bin") (expand-file-name "~/dbx/apps/bin")) @@ -1798,4 +1802,3 @@ this is test, does not rename files" (setq w32-enable-synthesized-fonts t)) (setq file-name-coding-system 'sjis)) -