diff options
-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 |