Variable: highlight-function-calls-special-forms
highlight-function-calls-special-forms is a customizable variable
defined in highlight-function-calls.el.
Value
nil
Documentation
Whether to highlight special-forms calls.
Source Code
;; Defined in ~/.emacs.d/elpa/highlight-function-calls-20240922.1826/highlight-function-calls.el
(defcustom highlight-function-calls-special-forms nil
"Whether to highlight special-forms calls."
:type 'boolean)