Variable: hyrolo-reveal-mode-hook
hyrolo-reveal-mode-hook is a customizable variable defined in
hyrolo.el.
Value
nil
Documentation
Hook run after entering or leaving hyrolo-reveal-mode(var)/hyrolo-reveal-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
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