Variable: hywiki-referent-prompt-flag

hywiki-referent-prompt-flag is a customizable variable defined in hywiki.el.

Value

nil

Documentation

Non-nil means the Action Key and HyWiki/Create always prompt for referent type.

Nil by default.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-referent-prompt-flag nil
  "Non-nil means the Action Key and HyWiki/Create always prompt for referent type.
Nil by default."
  :type 'boolean
  :initialize #'custom-initialize-default
  :group 'hyperbole-hywiki)