Variable: hyrolo-highlight-face

hyrolo-highlight-face is a customizable variable defined in hyrolo.el.

Value

match

Documentation

Face used to highlight rolo search matches.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defcustom hyrolo-highlight-face 'match
  "Face used to highlight rolo search matches."
  :type 'face
  :initialize #'custom-initialize-default
  :group 'hyperbole-hyrolo)