emacs-diffs
[Top][All Lists]
Advanced

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

scratch/tzz/prettify-text-mode 09bf88f: lisp/progmodes/prog-mode.el: pre


From: Teodor Zlatanov
Subject: scratch/tzz/prettify-text-mode 09bf88f: lisp/progmodes/prog-mode.el: prettify-text-unprettify-at-point default on
Date: Wed, 24 Jun 2020 14:19:07 -0400 (EDT)

branch: scratch/tzz/prettify-text-mode
commit 09bf88f29c8a248a8f9889bd8a5a2e14c104b132
Author: Ted Zlatanov <tzz@lifelogs.com>
Commit: Ted Zlatanov <tzz@lifelogs.com>

    lisp/progmodes/prog-mode.el: prettify-text-unprettify-at-point default on
---
 lisp/progmodes/prog-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el
index a332f65..6d5eb9e 100644
--- a/lisp/progmodes/prog-mode.el
+++ b/lisp/progmodes/prog-mode.el
@@ -185,7 +185,7 @@ The ENTRY is from `prettify-text-alist' which see."
 
 (defvar-local prettify-text--current-bounds nil)
 
-(defcustom prettify-text-unprettify-at-point nil
+(defcustom prettify-text-unprettify-at-point 'right-edge
   "If non-nil, show the non-prettified text when point is on it.
 If set to the symbol `right-edge', also unprettify if point
 is immediately after the text.  The prettification will be



reply via email to

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