diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-25 16:38:15 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-25 16:38:15 -0500 |
| commit | ba06eec119b052663be036c4fdbecccd4494bab7 (patch) | |
| tree | b8f1b4edb3b1c8e5beb8a52dcc58ccef622e62e7 | |
| parent | 85e14db19b9aab7cc539e90f781b32a6c5a3497f (diff) | |
| download | dotemacs-ba06eec119b052663be036c4fdbecccd4494bab7.tar.gz dotemacs-ba06eec119b052663be036c4fdbecccd4494bab7.zip | |
feat:org-drill: Add cj/drill-start command to autoload
Extend the use-package setup to include the new command
`cj/drill-start` in addition to `org-drill`.
| -rw-r--r-- | modules/org-drill-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-drill-config.el b/modules/org-drill-config.el index a3a9a3f8f..bfdeb26aa 100644 --- a/modules/org-drill-config.el +++ b/modules/org-drill-config.el @@ -20,7 +20,7 @@ (use-package org-drill :after (org org-capture) - :commands org-drill + :commands (org-drill cj/drill-start) :config (setq org-drill-leech-failure-threshold 50) ;; leech cards = 50 wrong anwers (setq org-drill-leech-method 'warn) ;; leech cards show warnings |
