summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-04-15 23:15:15 -0400
committerKyle Meyer <kyle@kyleam.com>2014-04-15 23:15:15 -0400
commit7576542b331fa2e8813668221c200b63753b91ba (patch)
tree35032cbe15dbf8a1e5fcdf671f2a1a3e9be5c6ee /lisp/init-git.el
parent3db6325e04a4607b4c34f8dd695b36734ec81798 (diff)
downloademacs.d-7576542b331fa2e8813668221c200b63753b91ba.tar.gz
Remove obsolete magit customization
`magit-default-tracking-name-function' is no longer defined in the "next" branch.
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el1
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