emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Consider removing newlines from org-insert-link help message


From: Salih Muhammed
Subject: Consider removing newlines from org-insert-link help message
Date: Tue, 17 Oct 2023 09:00:50 +0300
User-agent: mu4e 1.10.7; emacs 29.1.50

https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ol.el#n1856

        (insert "Insert a link.
Use TAB to complete link prefixes, then RET for type-specific completion 
support\n")

This causes a stretch in the message buffer, which sometimes is being a
little bit annoying, I'm advising org-link-insert personally because of
it.

Maybe merging it into one line:

        (insert "Insert a link. Use TAB to complete link prefixes, then RET for 
type-specific completion support\n")

Will make it better.

--
Regards,
Salih



reply via email to

[Prev in Thread] Current Thread [Next in Thread]