summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-06-03 06:58:44 +0300
committerThanos Apollo <[email protected]>2023-06-03 06:58:44 +0300
commitcecce122f63ad46abcf126a93aae27d7556a84d7 (patch)
tree3a0ce44ee144b77ec009fa3a54f8cc0de988223a
parent1c1eebdc51e891003963c8197c19304b7fb3d550 (diff)
emacs: Update org-drill configuration
Org-drill is not working properly, this configuration does not fix this but makes it workable
-rwxr-xr-xemacs.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index f96d7fc..b989c25 100755
--- a/emacs.org
+++ b/emacs.org
@@ -578,7 +578,9 @@ Hook with ~dired-mode~
#+begin_src emacs-lisp
(when is-zeus
(load-file "~/Developer/org-drill/org-drill.el"))
- (setq org-drill-spaced-repetition-algorithm 'sm2)
+ (setq org-drill-spaced-repetition-algorithm 'sm2
+ org-drill-learn-fraction 0.45
+ org-drill-maximum-items-per-session nil)
#+end_src
* Markdown
** Theme