diff options
-rw-r--r-- | lisp/init-git.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index edffa79..16973ce 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -38,7 +38,6 @@ Useful for non-source code repos (e.g., Org mode note files)." (delete-other-windows)) (setq magit-restore-window-configuration t - magit-default-tracking-name-function 'magit-default-tracking-name-branch-only magit-completing-read-function 'magit-ido-completing-read magit-popup-show-help-echo nil magit-popup-show-help-section nil |