[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
- [elpa] externals/consult-denote updated (b477a6ec64 -> decdaa3935), ELPA Syncer, 2024/07/03
- [elpa] externals/consult-denote 4373d02df9 4/8: Add consult-denote-silo-directory-prompt, ELPA Syncer, 2024/07/03
- [elpa] externals/consult-denote 21b21d7cc6 1/8: Update package requirement versions, ELPA Syncer, 2024/07/03
- [elpa] externals/consult-denote 890978ac3b 5/8: Update denote version number, ELPA Syncer, 2024/07/03
- [elpa] externals/consult-denote 4d65b832d6 6/8: Upgrade to version 0.1.0 of consult-denote, ELPA Syncer, 2024/07/03
- [elpa] externals/consult-denote 8db54b924a 7/8: Add missing sources to the README, ELPA Syncer, 2024/07/03
- [elpa] externals/consult-denote 8204d7bb7a 2/8: Add missing :history to consult-denote-file-prompt,
ELPA Syncer <=
- [elpa] externals/consult-denote 183a31d273 3/8: Add prototype consult-denote-outline-prompt, ELPA Syncer, 2024/07/03
- [elpa] externals/consult-denote decdaa3935 8/8: Bump version number to trigger GNU ELPA package rebuild, ELPA Syncer, 2024/07/03