summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-21 12:39:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-21 22:44:27 -0700
commit02c6b7bf405b1b44a343c79cabcd33380501e1fe (patch)
tree4eb017785751379853d0b7ae211dff1806ce2dd1
parent0d45cef5fc5ce065c524221d51f020485ba92a50 (diff)
downloaddotfiles-02c6b7bf405b1b44a343c79cabcd33380501e1fe.tar.gz
Emacs bug#57807 is now resolved
-rw-r--r--.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0be42448..f4deec06 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3261,7 +3261,6 @@ mutt's review view, after exiting EDITOR."
;;;; VC
;;; Want Magit installed for `git-rebase-mode' and these reflog commands.
-;;; (Also use Magit to log multiple revs at once, pending Emacs bug#57807).
;;; Otherwise, I prefer how VC is more buffer-oriented, such as in eschewing
;;; the (singular) Git staging area in favour of buffers in `diff-mode'.