Function: hsys-consult-hyrolo-grep-tags
hsys-consult-hyrolo-grep-tags is an interactive and byte-compiled
function defined in hsys-consult.el.
Signature
(hsys-consult-hyrolo-grep-tags)
Documentation
When on a HyRolo tag, use consult-grep to list all HyRolo tag matches.
If on a colon, match to sections with all tags around point; otherwise, just match to the single tag around point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-consult.el
(defun hsys-consult-hyrolo-grep-tags ()
"When on a HyRolo tag, use `consult-grep' to list all HyRolo tag matches.
If on a colon, match to sections with all tags around point;
otherwise, just match to the single tag around point."
(interactive)
(hsys-consult-grep-tags #'hyrolo-consult-grep))