summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-09 02:00:26 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-09 02:00:26 -0500
commit1db24cc96c2c35f90245112c2f6d8e6eaaef345c (patch)
tree29839eae7ffcb4bfed98b16f290f01fb91edba01 /init.el
parent31dc4a94d4d226d91fdcf0ebd74c4739856b5f2f (diff)
downloademacs.d-1db24cc96c2c35f90245112c2f6d8e6eaaef345c.tar.gz
Set magit-push-current-set-remote-if-missing
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index f144f85..f3550d3 100644
--- a/init.el
+++ b/init.el
@@ -790,6 +790,7 @@
(define-prefix-command 'km/magit-map)
(define-prefix-command 'km/magit-wip-map)
(define-key km/git-map "w" 'km/magit-wip-map)
+ (setq magit-push-current-set-remote-if-missing nil)
:config
(setq magit-push-always-verify nil
magit-delete-by-moving-to-trash nil