From 20fb72110ab4fc2f300f67a7419141e0b0713cf0 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Aug 2024 08:20:48 +0300 Subject: [Refactor] algorithm: Add lethe. * Lethe value triggers a lethe event, which resets the next interval to 0. --- gnosis-algorithm.el | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- cgit v1.2.3