diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-15 23:15:15 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-15 23:15:15 -0400 |
commit | 7576542b331fa2e8813668221c200b63753b91ba (patch) | |
tree | 35032cbe15dbf8a1e5fcdf671f2a1a3e9be5c6ee | |
parent | 3db6325e04a4607b4c34f8dd695b36734ec81798 (diff) | |
download | emacs.d-7576542b331fa2e8813668221c200b63753b91ba.tar.gz |
Remove obsolete magit customization
`magit-default-tracking-name-function' is no longer defined in the
"next" branch.
-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 |