diff --git a/config.org b/config.org index df5f688..63bc4ce 100644 --- a/config.org +++ b/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