summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis-algorithm.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el
index 7e6e427..ed46149 100644
--- a/gnosis-algorithm.el
+++ b/gnosis-algorithm.el
@@ -69,6 +69,11 @@ NOTE: Do not change this value above 1"
:group 'gnosis
:type 'float)
+(defcustom gnosis-algorithm-ef-frequency 3
+ "Frequency for updating ef increase and decrease values."
+ :group 'gnosis
+ :type 'integer)
+
(defun gnosis-algorithm-date (&optional offset)
"Return the current date in a list (year month day).