Variable: hyrolo--expanded-file-list
hyrolo--expanded-file-list is a variable defined in hyrolo.el.
Value
("/root/.rolo.otl")
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-20260414.325/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.")