Variable: hyrolo-find-file-noselect-function

hyrolo-find-file-noselect-function is a customizable variable defined in hyrolo.el.

Value

find-file-noselect

Documentation

Function used by HyRolo to read hyrolo-file-list files into Emacs.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defcustom hyrolo-find-file-noselect-function #'find-file-noselect
  "Function used by HyRolo to read `hyrolo-file-list' files into Emacs."
  :type 'function
  :group 'hyperbole-hyrolo)