summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-16 22:54:42 -0400
committerKyle Meyer <kyle@kyleam.com>2020-04-16 23:54:14 -0400
commit5cd08cec74066f049a2157f2abfca8b230d9f868 (patch)
treee3c1bce34a86f0db6d5447376719d2fb3dae9a19 /init.el
parent47a5f0dbf8c82d3c90f72059662d22d6d3e0474b (diff)
downloademacs.d-5cd08cec74066f049a2157f2abfca8b230d9f868.tar.gz
magit: Prune a now non-existent option
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el
index 7b2a716..45483bd 100644
--- a/init.el
+++ b/init.el
@@ -932,7 +932,6 @@
("l" . magit-log-buffer-file)
("s" . magit-stage-file))
(define-key km/git-map "w" 'km/magit-wip-map)
- (setq magit-push-current-set-remote-if-missing nil)
(setq magit-log-margin '(nil age magit-log-margin-width t 18))
:config
(setq magit-delete-by-moving-to-trash nil