Function: hyrolo-outline-hide-leaves
hyrolo-outline-hide-leaves is an interactive and byte-compiled
function defined in hyrolo.el.
Signature
(hyrolo-outline-hide-leaves)
Documentation
Hide the body after this heading and at deeper levels.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-outline-hide-leaves ()
"Hide the body after this heading and at deeper levels."
(interactive)
(setq hyrolo-reveal-ignore-this-command t)
(hyrolo-funcall-match #'outline-hide-leaves t))