From: Tassilo Horn Date: Thu, 1 Oct 2015 05:54:45 +0000 (+0200) Subject: Don't unprettify symbol at point by default X-Git-Tag: emacs-25.0.90~1223^2~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35ad158f3d4b2481dcf5cca201697b42b1ba563e;p=emacs.git Don't unprettify symbol at point by default * lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point): Default to disabled (nil). --- 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