From 8f56007614e37fe815810d448fd761c964355609 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 16 May 2012 09:08:20 +0900 Subject: [PATCH] add path for msys and git --- emacs.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)) -