diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-12-09 16:26:22 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-12-09 16:26:22 -0500 |
commit | 27c846258f343b3a82d54d014990b6168b6fa481 (patch) | |
tree | e297070e228fa013631d41295bfc2d921efc1095 | |
parent | 6be8da8da3bdf7deb757242e6f7d9f5696250363 (diff) | |
download | emacs.d-27c846258f343b3a82d54d014990b6168b6fa481.tar.gz |
Specify magit-branch-adjust-remote-upstream-alist
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -965,6 +965,9 @@ (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) (setq magit-published-branches nil) + (setq magit-branch-adjust-remote-upstream-alist + '(("master" "master" "next" "maint"))) + (add-to-list 'magit-blame-disable-modes 'lispy-mode) (setq magit-branch-arguments |