[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Consider removing newlines from org-insert-link help message
From: |
Ihor Radchenko |
Subject: |
Re: Consider removing newlines from org-insert-link help message |
Date: |
Tue, 17 Oct 2023 10:53:49 +0000 |
Salih Muhammed <lr0@gmx.com> writes:
> 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.
I am not sure. Your variant will be worse on smaller screens
or terminals, when the line wrap may look more ugly for longer line.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>