Function: hyrolo-top-level

hyrolo-top-level is an interactive and byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-top-level)

Documentation

Show only the first line of all top-level hyrolo matches.

Top-level matches are those with the lowest outline level among the matched entries.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-top-level ()
  "Show only the first line of all top-level hyrolo matches.
Top-level matches are those with the lowest outline level among the
matched entries."
  (interactive)
  (setq-local hyrolo-reveal-ignore-this-command t)
  (hyrolo-show-levels 1))