(longlines-show-effect): Default to a pilcrow sign.
This commit is contained in:
parent
1c2a65c368
commit
12e18d7dfa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue