From 35ad158f3d4b2481dcf5cca201697b42b1ba563e Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 1 Oct 2015 07:54:45 +0200 Subject: [PATCH] Don't unprettify symbol at point by default * lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point): Default to disabled (nil). --- 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 1192cb11ac4..90c496f7a3a 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el @@ -189,7 +189,7 @@ Regexp match data 0 points to the chars." (defvar-local prettify-symbols--current-symbol-bounds nil) -(defcustom prettify-symbols-unprettify-at-point t +(defcustom prettify-symbols-unprettify-at-point nil "If non-nil, show the non-prettified version of a symbol when point is on it. If set to the symbol `right-edge', also unprettify if point is immediately after the symbol. The prettification will be -- 2.39.2