summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-06 08:20:48 +0300
committerThanos Apollo <[email protected]>2024-08-06 08:20:48 +0300
commit20fb72110ab4fc2f300f67a7419141e0b0713cf0 (patch)
treea3adfcead3dc419a530079ded12ffa63e04ccfa0
parentd128715a53411c03e896444d78e801af53295c7e (diff)
[Refactor] algorithm: Add lethe.
* Lethe value triggers a lethe event, which resets the next interval to 0.
-rw-r--r--gnosis-algorithm.el7
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)