diff options
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r-- | gnosis-algorithm.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index bbf1467..a032760 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -99,6 +99,13 @@ Anagnosis events update gnosis-plus & gnosis-minus values, depending on the success or failure of recall." :group 'gnosis :type 'integer) + +(defcustom gnosis-algorithm-lethe-value 2 + "Threshold value for hitting a lethe event. + +Lethe is the process of being unable to recall a memory/gnosis. + +On lethe events the next interval is set to 0." :group 'gnosis :type 'integer) |