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/weather-config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/weather-config.el') diff --git a/modules/weather-config.el b/modules/weather-config.el index 74113be6..efcc7393 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -14,6 +14,7 @@ :vc (:url "git@cjennings.net:emacs-wttrin.git" :branch "main" :rev :newest) + ;; :load-path "~/code/emacs-wttrin" ;; uncomment + comment :vc above for local dev :demand t ;; REQUIRED: mode-line must start at Emacs startup :preface ;; Change this to t to enable debug logging -- cgit v1.2.3