Variable: hywiki-display-page-function
hywiki-display-page-function is a customizable variable defined in
hywiki.el.
Value
hpath:find
Documentation
Hyperbole function to display HyWiki page pathnames.
Only argument is the page's pathname.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-display-page-function #'hpath:find
"Hyperbole function to display HyWiki page pathnames.
Only argument is the page's pathname."
:initialize #'custom-initialize-default
:type 'string
:group 'hyperbole-hywiki)