aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-config-source.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(org-drill-config): fall back to :vc when the dev checkout is absentHEADmainCraig Jennings14 hours1-0/+31
org-drill-config hard-coded :load-path to ~/code/org-drill with :demand t, so on a machine without that checkout org-drill failed to load and drill broke. cj/--org-drill-source-keywords now picks the source at load time: :load-path when the checkout exists, a :vc install otherwise. The keyword is spliced through eval, since use-package needs a literal at macro-expansion.