Variable: denote-sort-keywords
denote-sort-keywords is a customizable variable defined in denote.el.
Value
t
Documentation
Whether to sort keywords in new files.
When non-nil, the keywords of denote are sorted with
string-collate-lessp regardless of the order they were inserted at the
minibuffer prompt.
If nil, show the keywords in their given order.
This variable was added, or its default value changed, in denote version 0.1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-sort-keywords t
"Whether to sort keywords in new files.
When non-nil, the keywords of `denote' are sorted with
`string-collate-lessp' regardless of the order they were inserted at the
minibuffer prompt.
If nil, show the keywords in their given order."
:group 'denote
:package-version '(denote . "0.1.0")
:type 'boolean)