mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Make stylistic tweak to denote-file-prompt--format-identifier
This commit is contained in:
parent
32960f828b
commit
cf1c81cba9
|
|
@ -1493,8 +1493,9 @@ there.")
|
||||||
(defun denote-file-prompt--format-identifier (file)
|
(defun denote-file-prompt--format-identifier (file)
|
||||||
"Return identifier of FILE for `denote-file-prompt-affixate'."
|
"Return identifier of FILE for `denote-file-prompt-affixate'."
|
||||||
(when-let* ((identifier (denote-retrieve-filename-identifier file))
|
(when-let* ((identifier (denote-retrieve-filename-identifier file))
|
||||||
(date-or-id (or (ignore-errors (denote-id-to-date identifier)) identifier)))
|
(date-or-id (or (ignore-errors (denote-id-to-date identifier)) identifier))
|
||||||
(format "%s " (propertize date-or-id 'face 'completions-annotations))))
|
(propertized (propertize date-or-id 'face 'completions-annotations)))
|
||||||
|
(format "%s " propertized)))
|
||||||
|
|
||||||
(defun denote-file-prompt--format-keywords-and-signature (file)
|
(defun denote-file-prompt--format-keywords-and-signature (file)
|
||||||
"Return keywords and signature of FILE for `denote-file-prompt-affixate'."
|
"Return keywords and signature of FILE for `denote-file-prompt-affixate'."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue