From cecce122f63ad46abcf126a93aae27d7556a84d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 3 Jun 2023 06:58:44 +0300 Subject: emacs: Update org-drill configuration Org-drill is not working properly, this configuration does not fix this but makes it workable --- emacs.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3