diff options
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r-- | gnosis-algorithm.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index 787d7ec..b81cc05 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -50,11 +50,11 @@ (require 'cl-lib) (require 'calendar) -(defcustom gnosis-algorithm-interval '(1 3) - "Gnosis initial interval for initial successful reviews. +(defcustom gnosis-algorithm-proto '(0 1 2) + "Gnosis proto interval for the first successful reviews. -First item: First interval, -Second item: Second interval." +Values for the first proto successful intervals. There is no +restriction for length." :group 'gnosis :type '(list integer)) |