From a494aa67f527e9f3f8fbd7064ebe0f5601af45df Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 20 Jul 2024 06:48:49 +0300 Subject: new custom: Add gnosis-new-notes-limit * Limit number of new notes for a session. --- gnosis.el | 5 +++++ 1 file changed, 5 insertions(+) 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.") -- cgit v1.2.3