Variable: hyrolo--expanded-file-list
hyrolo--expanded-file-list is a variable defined in hyrolo.el.
Value
("~/.rolo.org")
Documentation
List of hyrolo files after directory and file wildcard expansions.
HyRolo sets this internally; never set it outside of this library.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hyrolo.el
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************
(defvar hyrolo--expanded-file-list nil
"List of hyrolo files after directory and file wildcard expansions.
HyRolo sets this internally; never set it outside of this library.")