Variable: hyrolo-hdr-format
hyrolo-hdr-format is a variable defined in hyrolo.el.
Value
"===============================================================================\n%s\n===============================================================================\n"
Documentation
Header to insert before a file's first entry match when file has no header.
Used with one argument, the file name.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defconst hyrolo-hdr-format
(concat
"===============================================================================\n"
"%s\n"
"===============================================================================\n")
"Header to insert before a file's first entry match when file has no header.
Used with one argument, the file name.")