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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult-denote 3145134feb 3/5: Add :package-version to


From: ELPA Syncer
Subject: [elpa] externals/consult-denote 3145134feb 3/5: Add :package-version to everything exposed via Custom
Date: Sat, 11 May 2024 00:57:48 -0400 (EDT)

branch: externals/consult-denote
commit 3145134feb3ffeb7857305698caeb5479e0e9518
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add :package-version to everything exposed via Custom
---
 consult-denote.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/consult-denote.el b/consult-denote.el
index 73a00c5aad..e9fab28b9f 100644
--- a/consult-denote.el
+++ b/consult-denote.el
@@ -74,11 +74,13 @@
 
 (defcustom consult-denote-grep-command #'consult-grep
   "Consult-powered Grep command to use for `consult-denote-grep'."
-  :type 'function)
+  :type 'function
+  :package-version '(consult-denote . "0.1.0"))
 
 (defcustom consult-denote-find-command #'consult-find
   "Consult-powered Find command to use for `consult-denote-find'."
-  :type 'function)
+  :type 'function
+  :package-version '(consult-denote . "0.1.0"))
 
 ;;;; Functions
 
@@ -157,7 +159,8 @@ aforementioned function."
 
 (defface consult-denote-buffer
   '((t :inherit font-lock-string-face))
-  "Face for Denote buffers used `consult-buffer'.")
+  "Face for Denote buffers used `consult-buffer'."
+  :package-version '(consult-denote . "0.1.0"))
 
 ;; TODO 2024-05-09: Review suggestion by Philip Kaludercic to use 
`match-buffers'.
 (defun consult-denote--buffers ()



reply via email to

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