Browse Source

Merge branch 'master' of https://gitea.cloudsphere.duckdns.org/marc/config_emacs

Änderungen in Firmenumgebung
master
Marc 1 year ago
parent
commit
1cca9a2a81
1 changed files with 1 additions and 1 deletions
  1. 2
      config.org

2
config.org

@ -1140,7 +1140,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