Variable: denote-use-signature
denote-use-signature is a variable defined in denote.el.
Value
nil
Documentation
The signature to be used in a note creation command.
See the documentation of denote for acceptable values. This variable
is ignored if nil.
Only ever let bind this, otherwise the signature will always be the same
and the signature prompt will be skipped.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-use-signature nil
"The signature to be used in a note creation command.
See the documentation of `denote' for acceptable values. This variable
is ignored if nil.
Only ever `let' bind this, otherwise the signature will always be the same
and the signature prompt will be skipped.")