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

    Make stylistic change to denote-sort-component-prompt
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 27916f5132..97e6c3562f 100644
--- a/denote.el
+++ b/denote.el
@@ -1900,7 +1900,7 @@ OMIT-CURRENT have been applied."
      (completing-read
       (format-prompt "Sort by file name component" default)
       (denote-get-completion-table denote-sort-components '(category . 
denote-sort-component))
-      nil :require-match nil 'denote-sort-component-history default))))
+      nil t nil 'denote-sort-component-history default))))
 
 (defvar denote-sort-exclude-files-history nil
   "Minibuffer history for `denote-sort-exclude-files-prompt'.")

Reply via email to