diff options
-rw-r--r-- | init.el | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1067,12 +1067,7 @@ (setq magit-wip-merge-branch t) :config - (magit-wip-after-save-mode 1) - - (magit-define-popup-action 'magit-log-popup - ?w "Log current WIP" 'magit-wip-log-current) - (magit-define-popup-action 'magit-log-popup - ?W "Log other WIP" 'magit-wip-log)) + (magit-wip-after-save-mode 1)) (use-package magit-extras :config |