Browse Source

fixed path for git in work environment

master
Marc Pohling 2 years ago
parent
commit
d14b5f9c78
1 changed files with 1 additions and 1 deletions
  1. 2
      config.org

2
config.org

@ -1141,7 +1141,7 @@ In status buffer:
:init
; set git-path in work environment
(if (string-equal user-login-name "POH")
(setq magit-git-executable "P:/Eigene Dateien/Tools/Git/bin/git.exe")
(setq magit-git-executable "P:/Tools/Git/bin/git.exe")
)
:bind (("C-x g" . magit-status)))
#+END_SRC

Loading…
Cancel
Save