X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/b1a598dcf29dc311aacc9b13e9a0dc3ee0916341..c626c512d4420440410e22955c23cf0ea8b0d2b1:/el/dot-emacs.el?ds=sidebyside diff --git a/el/dot-emacs.el b/el/dot-emacs.el index c24d9ec..5314fd9 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3929,6 +3929,10 @@ This allows you to pass a list of arguments through `ansi-term'." magit-revision-mode-refresh-popup)) (magit-define-popup-switch popup ?R "Reverse diff" "-R")))) +(defadvice magit-wip-commit-buffer-file + (around mdw-just-this-buffer activate compile) + (let ((magit-save-repository-buffers nil)) ad-do-it)) + (setq magit-repolist-columns '(("Name" 16 magit-repolist-column-ident nil) ("Version" 18 magit-repolist-column-version nil)