emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Magit slow on Windows


From: Bastian Bechtold
Subject: Re: Magit slow on Windows
Date: Fri, 11 May 2012 10:41:26 +0200

Here is the best way to change the path without breaking any non-emacs stuff:

(if (eq system-type 'windows-nt)
        (progn
          (setq exec-path (add-to-list 'exec-path "C:/Program Files 
(x86)/Git/bin"))
          (setenv "PATH" (concat "C:\\Program Files (x86)\\Git\\bin;" (getenv 
"PATH")))))

exec-path is important for Magit, setenv is used by eshell.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]