aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2015-10-01 07:54:45 +0200
committerTassilo Horn2015-10-01 07:54:45 +0200
commit35ad158f3d4b2481dcf5cca201697b42b1ba563e (patch)
tree2e15fe58fc029bd5a947618b5f87d0ef2d2ed4a0
parentcbae4820f9a328250c06d3c6a5d34864c800cacb (diff)
downloademacs-35ad158f3d4b2481dcf5cca201697b42b1ba563e.tar.gz
emacs-35ad158f3d4b2481dcf5cca201697b42b1ba563e.zip
Don't unprettify symbol at point by default
* lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point): Default to disabled (nil).
-rw-r--r--lisp/progmodes/prog-mode.el2
1 files changed, 1 insertions, 1 deletions
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."
189 189
190(defvar-local prettify-symbols--current-symbol-bounds nil) 190(defvar-local prettify-symbols--current-symbol-bounds nil)
191 191
192(defcustom prettify-symbols-unprettify-at-point t 192(defcustom prettify-symbols-unprettify-at-point nil
193 "If non-nil, show the non-prettified version of a symbol when point is on it. 193 "If non-nil, show the non-prettified version of a symbol when point is on it.
194If set to the symbol `right-edge', also unprettify if point 194If set to the symbol `right-edge', also unprettify if point
195is immediately after the symbol. The prettification will be 195is immediately after the symbol. The prettification will be