diff options
author | Thanos Apollo <[email protected]> | 2024-02-14 11:03:04 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-14 11:03:04 +0200 |
commit | 1af69254111046396a0ea5dab3a7c20608c4201a (patch) | |
tree | c2d28e5f6303b16bd9aad41a27a99f42a2d11d79 /gnosis-algorithm.el | |
parent | fdf7855ce2df26ea5f55bc31b61a7e420bffa44b (diff) |
gnosis-algorithm-ef: Change default values
Although I use a high increase factor personally, it's not ideal for
language learning that I assume a lot of users might use this package for
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r-- | gnosis-algorithm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index f264a3e..16f13db 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -37,7 +37,7 @@ Second item: Second interval." :group 'gnosis :type '(list integer)) -(defcustom gnosis-algorithm-ef '(0.45 0.35 1.3) +(defcustom gnosis-algorithm-ef '(0.35 0.30 1.3) "Gnosis easiness factor. First item : Increase factor |