summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-06 20:44:59 +0300
committerThanos Apollo <[email protected]>2024-08-06 20:44:59 +0300
commitcc2ec22d5a8d75568cffd0a8763f8fc19106e108 (patch)
tree73752fd7ae4ab17649bfa12e02c11383c2895c6d /gnosis.el
parent0314d6af05bc1d9d2374ec71173ec7759ee954d5 (diff)
New variable: Add custom-values.
* Specify review values specific for decks & tags.
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index d104d1e..3a021fe 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -214,6 +214,11 @@ When nil, review new notes last."
(defvar gnosis-review-notes nil
"Review notes.")
+(defvar gnosis-custom-values
+ '((:deck "demo" (:proto (0 1 3) :anagnsois 3 :epignosis 0.5 :agnoia 0.3 :amnesia 0.5 :lethe 3))
+ (:tag "demo" (:proto (1 2) :anagnosis 3 :epignosis 0.5 :agnoia 0.3 :amnesia 0.45 :lethe 3)))
+ "Custom review values for adjusting gnosis algorithm.")
+
;;; Faces
(defgroup gnosis-faces nil