diff options
author | Thanos Apollo <[email protected]> | 2024-07-20 06:48:49 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-20 06:48:49 +0300 |
commit | a494aa67f527e9f3f8fbd7064ebe0f5601af45df (patch) | |
tree | 3f625d04f0449a457f16f401e39d7f4809d45723 /gnosis.el | |
parent | 60f4476b54c165669b86031a278859ef44106b49 (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.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.") |