Variable: highlight-quoted-highlight-symbols
highlight-quoted-highlight-symbols is a customizable variable defined
in highlight-quoted.el.
Value
t
Documentation
Non-nil iff quoted symbols should be highlighted.
When the value of this variable is changed, highlight-quoted-mode(var)/highlight-quoted-mode(fun) must be
re-enabled.
Source Code
;; Defined in ~/.emacs.d/elpa/highlight-quoted-20140916.1822/highlight-quoted.el
(defcustom highlight-quoted-highlight-symbols t
"Non-nil iff quoted symbols should be highlighted.
When the value of this variable is changed, `highlight-quoted-mode' must be
re-enabled."
:type 'boolean
:group 'highlight-quoted)