summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-19 22:28:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-19 22:29:22 -0700
commitee750623f2658aa09208c087c559f523d8254aa3 (patch)
tree95eccd72d25f029754e4a669be8a70fa1f8a5990 /.emacs.d
parent3ec4c57137990d9e4dffc633a841dfd0a53be7e3 (diff)
downloaddotfiles-ee750623f2658aa09208c087c559f523d8254aa3.tar.gz
spw/log-view-git-fixup: drop some superfluous newlines
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index f3245422..7d764fbd 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3316,7 +3316,7 @@ mutt's review view, after exiting EDITOR."
(file-equal-p project-root (project-root (project-current)))))
(progn (pop-to-buffer "*vc-log*")
(erase-buffer)
- (insert summary ?\n ?\n)
+ (insert summary)
(call-interactively #'log-edit-done))
(require 'log-edit)
(log-edit-remember-comment summary)