Variable: hyrolo-reveal-mode
hyrolo-reveal-mode is a buffer-local variable defined in hyrolo.el.
Documentation
Non-nil if Hyrolo-Reveal mode is enabled.
Use the command hyrolo-reveal-mode(var)/hyrolo-reveal-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
;;; ************************************************************************
;;; hyrolo-reveal - Extend reveal-mode to support Org mode org-fold
;;; ************************************************************************
(define-minor-mode hyrolo-reveal-mode
"Toggle uncloaking of invisible text near point (Reveal mode).
Reveal mode is a buffer-local minor mode. When enabled, it
reveals invisible text around point.
Also see the `reveal-auto-hide' variable."
:init-value nil
:keymap nil
nil) ;; Make this a no-op until can debug `reveal-mode' in *HyRolo* buffer