summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-20 06:48:49 +0300
committerThanos Apollo <[email protected]>2024-07-20 06:48:49 +0300
commita494aa67f527e9f3f8fbd7064ebe0f5601af45df (patch)
tree3f625d04f0449a457f16f401e39d7f4809d45723 /gnosis.el
parent60f4476b54c165669b86031a278859ef44106b49 (diff)
new custom: Add gnosis-new-notes-limit
* Limit number of new notes for a session.
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index 27cc001..52fc45b 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -197,6 +197,11 @@ Seperate the question/stem from options."
:type 'boolean
:group 'gnosis)
+(defcustom gnosis-new-notes-limit nil
+ "Total new notes limit."
+ :type '(choice (const :tag "None" nil)
+ (integer :tag "Number"))
+ :group 'gnosis)
(defvar gnosis-due-notes-total nil
"Total due notes.")