Variable: highlight-function-calls-exclude-symbols

highlight-function-calls-exclude-symbols is a customizable variable defined in highlight-function-calls.el.

Value

(= + - / * < > <= >= debug error provide require signal throw
   user-error)

Documentation

List of symbols to not highlight.

Source Code

;; Defined in ~/.emacs.d/elpa/highlight-function-calls-20240922.1826/highlight-function-calls.el
(defcustom highlight-function-calls-exclude-symbols
  '( = + - / * < > <= >=
     debug  ; Not intended as an interactive function
     error provide require signal throw user-error)
  "List of symbols to not highlight."
  :type '(repeat symbol))