diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-30 10:12:54 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-30 10:12:54 -0500 |
| commit | d28bd8404f856985d82d493416633fee02e737f5 (patch) | |
| tree | 04b9613cb17a8ad0a3e2cd3eac74084115ca39f7 /modules | |
| parent | fc3fc42910f3dfa82dd9e00c20775ae318f8341c (diff) | |
| download | dotemacs-d28bd8404f856985d82d493416633fee02e737f5.tar.gz dotemacs-d28bd8404f856985d82d493416633fee02e737f5.zip | |
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.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/gloss-config.el | 1 | ||||
| -rw-r--r-- | modules/org-agenda-config.el | 1 | ||||
| -rw-r--r-- | modules/org-drill-config.el | 1 | ||||
| -rw-r--r-- | modules/weather-config.el | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/modules/gloss-config.el b/modules/gloss-config.el index a13d25b3..63b3c8d2 100644 --- a/modules/gloss-config.el +++ b/modules/gloss-config.el @@ -19,6 +19,7 @@ :vc (:url "git@cjennings.net:gloss.git" :branch "main" :rev :newest) + ;; :load-path "~/code/gloss" ;; uncomment + comment :vc above for local dev :demand t :commands (gloss-lookup gloss-add gloss-edit gloss-fetch-online gloss-list-terms gloss-stats diff --git a/modules/org-agenda-config.el b/modules/org-agenda-config.el index 51a48936..ca543e3e 100644 --- a/modules/org-agenda-config.el +++ b/modules/org-agenda-config.el @@ -361,6 +361,7 @@ This allows a line to show in an agenda without being scheduled or a deadline." :vc (:url "git@cjennings.net:chime.git" :branch "main" :rev :newest) + ;; :load-path "~/code/chime" ;; uncomment + comment :vc above for local dev :demand t :after alert ; Removed org-agenda - Chime requires it internally :init 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) 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 |
