Function: hyrolo-show-post-command
hyrolo-show-post-command is a byte-compiled function defined in
hyrolo.el.
Signature
(hyrolo-show-post-command)
Documentation
Post command hook function to expand subtree if point is in invisible text.
Used in the HyRolo display buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-show-post-command ()
"Post command hook function to expand subtree if point is in invisible text.
Used in the HyRolo display buffer."
(when (outline-invisible-p)
(hyrolo-outline-show-subtree)))