Variable: denote-title-prompt-current-default

denote-title-prompt-current-default is a variable defined in denote.el.

Value

nil

Documentation

Currently bound default title for denote-title-prompt.

Set the value of this variable within the lexical scope of a command that needs to supply a default title before calling denote-title-prompt.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-title-prompt-current-default nil
  "Currently bound default title for `denote-title-prompt'.
Set the value of this variable within the lexical scope of a
command that needs to supply a default title before calling
`denote-title-prompt'.")