diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 22:54:42 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 23:54:14 -0400 |
commit | 5cd08cec74066f049a2157f2abfca8b230d9f868 (patch) | |
tree | e3c1bce34a86f0db6d5447376719d2fb3dae9a19 | |
parent | 47a5f0dbf8c82d3c90f72059662d22d6d3e0474b (diff) | |
download | emacs.d-5cd08cec74066f049a2157f2abfca8b230d9f868.tar.gz |
magit: Prune a now non-existent option
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |