From 652ce6e5c05deaa7626e5bd07efbc7ce282fa1fe Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 1 Mar 2024 22:21:27 +0200 Subject: Add gnosis-algorithm-ef-frequency Frequency by which to update ef increase & decrease values --- gnosis-algorithm.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnosis-algorithm.el') 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). -- cgit v1.2.3