mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(longlines-show-effect): Default to a pilcrow sign.
This commit is contained in:
parent
1c2a65c368
commit
12e18d7dfa
@ -69,7 +69,7 @@ You can also enable the display temporarily, using the command
|
||||
:group 'longlines
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom longlines-show-effect (propertize "|\n" 'face 'escape-glyph)
|
||||
(defcustom longlines-show-effect (propertize "¶\n" 'face 'escape-glyph)
|
||||
"A string to display when showing hard newlines.
|
||||
This is used when `longlines-show-hard-newlines' is on."
|
||||
:group 'longlines
|
||||
|
Loading…
Reference in New Issue
Block a user