Variable: hyrolo-file-suffix-regexp
hyrolo-file-suffix-regexp is a variable defined in hyrolo.el.
Value
"\\.\\(kotl?\\|org\\|ou?tl\\|md\\|markdown\\|mkd\\|mdown\\|mkdn\\|mdwn\\)$"
Documentation
File suffix regexp used to select files to search with HyRolo.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hyrolo.el
(defconst hyrolo-file-suffix-regexp (concat "\\.\\(kotl?\\|org\\|ou?tl\\|"
hyrolo-markdown-suffix-regexp "\\)$")
"File suffix regexp used to select files to search with HyRolo.")