emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult-denote 8204d7bb7a 2/8: Add missing :history to


From: ELPA Syncer
Subject: [elpa] externals/consult-denote 8204d7bb7a 2/8: Add missing :history to consult-denote-file-prompt
Date: Wed, 3 Jul 2024 06:58:25 -0400 (EDT)

branch: externals/consult-denote
commit 8204d7bb7a6a6b336c55cc61f19d323443531c5c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add missing :history to consult-denote-file-prompt
---
 consult-denote.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/consult-denote.el b/consult-denote.el
index 456621cc0b..9afdc20789 100644
--- a/consult-denote.el
+++ b/consult-denote.el
@@ -122,6 +122,7 @@ Return the absolute path to the matching file."
                  (denote--completion-table 'file relative-files)
                  :state (consult--file-preview)
                  :require-match (unless no-require-match :require-match)
+                 :history 'denote-file-history
                  :prompt prompt))
          (absolute-file (concat (denote-directory) input)))
     ;; NOTE: This block is executed when no-require-match is t. It is useful



reply via email to

[Prev in Thread] Current Thread [Next in Thread]