summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.el b/init.el
index c44476b..1f74d94 100644
--- a/init.el
+++ b/init.el
@@ -932,11 +932,7 @@
(lambda (fn &rest args)
(let ((magit-process-popup-time 0))
(apply fn args)))
- '((name . "magit-fetch-process")))
- (advice-add
- 'magit-merge-editmsg :around
- (lambda (f rev &rest _) (funcall f rev "--no-ff"))
- '((name . "no-ff"))))
+ '((name . "magit-fetch-process"))))
(use-package magit-wip
:defer t