Variable: hui-select-ignore-quoted-sexp-modes

hui-select-ignore-quoted-sexp-modes is a customizable variable defined in hui-select.el.

Value

(debugger-mode emacs-lisp-mode lisp-mode lisp-interaction-mode slime-mode cider-mode)

Documentation

List of modes in which to ignore quoted sexpressions for syntactic matches.

Use for language major modes.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defcustom hui-select-ignore-quoted-sexp-modes
  '(debugger-mode emacs-lisp-mode lisp-mode lisp-interaction-mode slime-mode cider-mode)
  "List of modes in which to ignore quoted sexpressions for syntactic matches.
Use for language major modes."
  :type '(repeat (function :tag "Mode"))
  :group 'hyperbole-commands)