branch: externals/consult-denote commit 8204d7bb7a6a6b336c55cc61f19d323443531c5c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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