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