Variable: hyrolo-find-file-function

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

Value

find-file

Documentation

Function to interactively display a hyrolo-file-list file for editing.

Use the hyrolo-edit function instead to edit a new or existing entry.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defcustom hyrolo-find-file-function #'find-file
  "Function to interactively display a `hyrolo-file-list' file for editing.
Use the `hyrolo-edit' function instead to edit a new or existing entry."
  :type 'function
  :group 'hyperbole-hyrolo)