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 | d47f709350cf3aab420cfcc70cf0e175c5224b29 (patch) | |
| tree | 04b9613cb17a8ad0a3e2cd3eac74084115ca39f7 /modules | |
| parent | 6fb5b2812cbdbefe4e52aad689cb7681c42186cc (diff) | |
| download | dotemacs-d47f709350cf3aab420cfcc70cf0e175c5224b29.tar.gz dotemacs-d47f709350cf3aab420cfcc70cf0e175c5224b29.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 a13d25b33..63b3c8d2f 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 51a489364..ca543e3e9 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 588ff39f8..9757c1f77 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 74113be65..efcc7393c 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 |
