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

[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



reply via email to

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