Variable: hywiki-cache-file

hywiki-cache-file is a variable defined in hywiki.el.

Value

nil

Documentation

Current HyWiki cache file, if any.

If nil, use: (expand-file-name hywiki-cache-default-file hywiki-directory).

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hywiki-cache-file nil
  "Current HyWiki cache file, if any.
If nil, use: (expand-file-name hywiki-cache-default-file hywiki-directory).")