Variable: hywiki-highlight-all-in-prog-modes

hywiki-highlight-all-in-prog-modes is a customizable variable defined in hywiki.el.

Value

(lisp-interaction-mode)

Documentation

List of programming major modes to highlight HyWikiWords outside of comments.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-highlight-all-in-prog-modes '(lisp-interaction-mode)
  "List of programming major modes to highlight HyWikiWords outside of comments."
  :type '(list symbol)
  :group 'hyperbole-hywiki)