Variable: denote-file-prompt-latest-input

denote-file-prompt-latest-input is a variable defined in denote.el.

Value

nil

Documentation

Latest input passed to denote-file-prompt.

This is used for retrieving a value that is used to set a new default at the title prompt of denote-open-or-create and related commands.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-file-prompt-latest-input nil
  "Latest input passed to `denote-file-prompt'.
This is used for retrieving a value that is used to set a new default at
the title prompt of `denote-open-or-create' and related commands.")