Variable: hyrolo-hdr-regexp
hyrolo-hdr-regexp is a variable defined in hyrolo.el.
Value
"^==="
Documentation
Regular expression to match the first and last lines of hyrolo file headers.
This header is inserted into hyrolo-display-buffer before any entries from the file are added.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defconst hyrolo-hdr-regexp "^==="
"Regular expression to match the first and last lines of hyrolo file headers.
This header is inserted into hyrolo-display-buffer before any entries from the
file are added.")