emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 35ad158: Don't unprettify symbol at point by defaul


From: Tassilo Horn
Subject: [Emacs-diffs] master 35ad158: Don't unprettify symbol at point by default
Date: Thu, 01 Oct 2015 05:55:40 +0000

branch: master
commit 35ad158f3d4b2481dcf5cca201697b42b1ba563e
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el
index 1192cb1..90c496f 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



reply via email to

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