From 12e18d7dfa21256c5c380114691a18a467432b29 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 6 Jun 2008 20:39:18 +0000 Subject: [PATCH] (longlines-show-effect): Default to a pilcrow sign. --- lisp/longlines.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/longlines.el b/lisp/longlines.el index a4dda4b4ec3..76989c92af2 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el @@ -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 -- 2.39.2