diff options
-rw-r--r-- | gnosis-algorithm.el | 5 |
1 files 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) |