From 5d95819dee1d56b21469877afcaabb0234c70244 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 21 Dec 2023 19:21:23 +0200 Subject: Add starting gnosis-algorithm-ef as 1.3 --- gnosis-algorithm.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index fcc8afa..1fe0f0a 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -41,11 +41,12 @@ Second item: Second interval." :group 'gnosis :type 'list) -(defcustom gnosis-algorithm-ef '(0.3 0.3) +(defcustom gnosis-algorithm-ef '(0.3 0.3 1.3) "Gnosis easiness factor. First item : Increase factor -Second item: Decrease factor" +Second item: Decrease factor +Third item : Starting ef" :group 'gnosis :type 'list) -- cgit v1.2.3