summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-11-06 14:11:41 -0500
committerKyle Meyer <kyle@kyleam.com>2017-11-17 23:51:15 -0500
commitafd4b9d682f4937ed88d4136611f1801b9c47151 (patch)
tree83a7050b69c3c0ce562389ade01576d809b5b277 /init.el
parent98522408c149f9c4e8503da3f1a1001d7f06d6ac (diff)
downloademacs.d-afd4b9d682f4937ed88d4136611f1801b9c47151.tar.gz
Remove magit-diff-while-committing-no-select advice
This is redundant as of Magit's 0fefe671 (magit-diff-while-committing: stay in message buffer, 2017-11-04).
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.el b/init.el
index 5f3eaaa..66a80a5 100644
--- a/init.el
+++ b/init.el
@@ -1024,14 +1024,6 @@
?s ?v)
(advice-add
- 'magit-diff-while-committing
- :around
- (lambda (fn &rest args)
- (let ((magit-display-buffer-noselect t))
- (apply fn args)))
- '((name . "magit-diff-while-committing-no-select")))
-
- (advice-add
'magit-generate-buffer-name-default-function
:around
(lambda (fn mode &optional value)