Variable: denote-identifier-delimiter-always-present-in-file-name
denote-identifier-delimiter-always-present-in-file-name is a
customizable variable defined in denote.el.
Value
nil
Documentation
Specify if file names always contain the identifier delimiter.
This variable was added, or its default value changed, in denote version 4.1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-identifier-delimiter-always-present-in-file-name nil
"Specify if file names always contain the identifier delimiter."
:group 'denote
:package-version '(denote . "4.1.0")
:type 'boolean)