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

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

[elpa] externals/denote 335307382f 03/39: Add internal constant for deno


From: ELPA Syncer
Subject: [elpa] externals/denote 335307382f 03/39: Add internal constant for denote-prompts symbols
Date: Mon, 11 Jul 2022 00:57:40 -0400 (EDT)

branch: externals/denote
commit 335307382f5764cae90460e83581fa88459539cb
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add internal constant for denote-prompts symbols
---
 denote.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/denote.el b/denote.el
index 36521572ea..0759525972 100644
--- a/denote.el
+++ b/denote.el
@@ -162,6 +162,10 @@ the appropriate list of strings."
   :group 'denote
   :type 'boolean)
 
+(defconst denote--prompt-symbols
+  '(title keywords date file-type subdirectory)
+  "List of symbols representing `denote' prompts.")
+
 (defcustom denote-prompts '(title keywords)
   "Specify the prompts of the `denote' command.
 



reply via email to

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