summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
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.")