branch: externals/denote commit 9b6f3ecee73d7b2e96f85f7f43eb5f7b8369f1a3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add a missing space from the default denote-file-prompt text --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 2ce30c6658..efc9263e83 100644 --- a/denote.el +++ b/denote.el @@ -1517,7 +1517,7 @@ Return the absolute path to the matching file." (mapcar #'denote-get-file-name-relative-to-denote-directory files) files)) (prompt (if single-dir-p - (format "%s in %s:" + (format "%s in %s: " (or prompt-text "Select FILE") (propertize default-directory 'face 'denote-faces-prompt-current-name)) (format "%s: " (or prompt-text "Select FILE"))))