[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult-denote efa0226420 15/16: Add TODO to use 'match
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult-denote efa0226420 15/16: Add TODO to use 'match-buffers' |
Date: |
Thu, 9 May 2024 09:58:01 -0400 (EDT) |
branch: externals/consult-denote
commit efa02264205f468eea7df236b59e4177be6e4b13
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add TODO to use 'match-buffers'
---
consult-denote.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/consult-denote.el b/consult-denote.el
index 135838eb31..a9cabf3461 100644
--- a/consult-denote.el
+++ b/consult-denote.el
@@ -162,6 +162,7 @@ aforementioned function."
'((t :inherit font-lock-string-face))
"Face for Denote buffers used `consult-buffer'.")
+;; TODO 2024-05-09: Review suggestion by Philip Kaludercic to use
`match-buffers'.
(defun consult-denote--buffers ()
"Return file names of Denote buffers."
(delq nil
- [elpa] externals/consult-denote 06dea67a7c 05/16: Declare commands as interactive-only, (continued)
- [elpa] externals/consult-denote 06dea67a7c 05/16: Declare commands as interactive-only, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote 168051f7be 07/16: Remove consult-denote--buffer-source if the minor mode is disabled, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote f38bde7de7 14/16: Update the documentation of the package, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote 2885c95cf9 04/16: Reword statement in the README, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote 16585e3be0 03/16: Add rudimentary README, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote 8cc0461d2c 13/16: Update the package homepage in the Custom buffers, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote f605131c9a 01/16: Add consult-denote.el prototype, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote 6fe2c76a9e 11/16: Make consult-denote-file-prompt process the input properly, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote 920df77020 10/16: Tweak how consult-denote-{grep, find} set the denote-directory, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote daf3207bed 08/16: Fix the indentation of consult-denote--buffer-source, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote efa0226420 15/16: Add TODO to use 'match-buffers',
ELPA Syncer <=
- [elpa] externals/consult-denote b29150109b 06/16: Add command consult-denote-open, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote d811e3ec69 02/16: Add gitignore and COPYING, ELPA Syncer, 2024/05/09
- [elpa] externals/consult-denote 4004bf59e8 16/16: Update consult-denote-file-prompt to be consistent with latest denote-file-prompt, ELPA Syncer, 2024/05/09