From d28bd8404f856985d82d493416633fee02e737f5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 30 Apr 2026 10:12:54 -0500 Subject: chore(deps): add commented :load-path hints for local-dev swaps Each :vc-installed package whose source repo is also cloned under ~/code now carries a commented :load-path line directly under the :vc form. Uncomment the :load-path and comment the :vc to flip into local development without rewriting the use-package block. Covered: gloss, org-drill, wttrin (emacs-wttrin), chime. Skipped: org-msg. The previous local clone at ~/code/org-msg is no longer present; if it gets re-cloned later, add the same hint there. --- modules/org-drill-config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/org-drill-config.el') diff --git a/modules/org-drill-config.el b/modules/org-drill-config.el index 588ff39f..9757c1f7 100644 --- a/modules/org-drill-config.el +++ b/modules/org-drill-config.el @@ -22,6 +22,7 @@ :vc (:url "git@cjennings.net:org-drill.git" :branch "main" :rev :newest) + ;; :load-path "~/code/org-drill" ;; uncomment + comment :vc above for local dev :after (org org-capture) :demand t :commands (org-drill cj/drill-start) -- cgit v1.2.3