branch: externals/denote
commit fbb8b69769ffe79f2bf413451a8682d5c9332455
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove extra space from denote--title-prompt
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 62d1b529bf..a8d61f4023 100644
--- a/denote.el
+++ b/denote.el
@@ -639,7 +639,7 @@ used to construct the path's identifier."
 
 Optional DEFAULT-TITLE is used as the default value."
   (let ((format (if default-title
-                    (format " File title [%s]: " default-title)
+                    (format "File title [%s]: " default-title)
                   "File title: ")))
     (setq denote-last-title
           (read-string format nil 'denote--title-history default-title))))

Reply via email to