diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-11-06 14:11:41 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-11-17 23:51:15 -0500 |
commit | afd4b9d682f4937ed88d4136611f1801b9c47151 (patch) | |
tree | 83a7050b69c3c0ce562389ade01576d809b5b277 | |
parent | 98522408c149f9c4e8503da3f1a1001d7f06d6ac (diff) | |
download | emacs.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).
-rw-r--r-- | init.el | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |