mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
emacs: Don't insert extra line after citations.
This extra line had been annoying me for a while, so I'm glad to see it go away.
This commit is contained in:
parent
2e3d07b8d5
commit
19e8ad6393
1 changed files with 0 additions and 1 deletions
|
@ -619,7 +619,6 @@ which this thread was originally shown."
|
|||
(insert-button cite-button-text
|
||||
'invisibility-spec invis-spec
|
||||
:type 'notmuch-button-citation-toggle-type)
|
||||
(insert "\n")
|
||||
(goto-char (+ (length cite-button-text) p))
|
||||
))))
|
||||
(move-to-column depth)
|
||||
|
|
Loading…
Add table
Reference in a new issue