[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult-denote daf3207bed 08/16: Fix the indentation of
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult-denote daf3207bed 08/16: Fix the indentation of consult-denote--buffer-source |
Date: |
Thu, 9 May 2024 09:58:00 -0400 (EDT) |
branch: externals/consult-denote
commit daf3207bed8d78de5bc3220bfe124ad6bae0b829
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix the indentation of consult-denote--buffer-source
---
consult-denote.el | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/consult-denote.el b/consult-denote.el
index d61f216f63..ba74dec149 100644
--- a/consult-denote.el
+++ b/consult-denote.el
@@ -141,15 +141,15 @@ aforementioned function."
(buffer-list))))
(defvar consult-denote--buffer-source
- `( :name "Denote buffers"
- :narrow ?D
- :category buffer
- :default t
- :face consult-denote-buffer
- :history consult-denote-buffer-history
- :action ,#'switch-to-buffer
- :state ,#'consult--buffer-state
- :items ,#'consult-denote--buffers)
+ `( :name "Denote buffers"
+ :narrow ?D
+ :category buffer
+ :default t
+ :face consult-denote-buffer
+ :history consult-denote-buffer-history
+ :action ,#'switch-to-buffer
+ :state ,#'consult--buffer-state
+ :items ,#'consult-denote--buffers)
"Source for `consult-buffer' to list Denote buffers.")
;;;###autoload
- [elpa] externals/consult-denote 0ce1001208 09/16: Add a couple of TODOs to power up regular Denote prompts, (continued)
- [elpa] externals/consult-denote 0ce1001208 09/16: Add a couple of TODOs to power up regular Denote prompts, ELPA Syncer, 2024/05/09
- [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 <=
- [elpa] externals/consult-denote efa0226420 15/16: Add TODO to use 'match-buffers', ELPA Syncer, 2024/05/09
- [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