diff options
author | Thanos Apollo <[email protected]> | 2023-06-03 06:58:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-03 06:58:44 +0300 |
commit | cecce122f63ad46abcf126a93aae27d7556a84d7 (patch) | |
tree | 3a0ce44ee144b77ec009fa3a54f8cc0de988223a | |
parent | 1c1eebdc51e891003963c8197c19304b7fb3d550 (diff) |
emacs: Update org-drill configuration
Org-drill is not working properly, this configuration does not fix
this but makes it workable
-rwxr-xr-x | emacs.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |