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/org-agenda-config.el | |
| 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/org-agenda-config.el')
| -rw-r--r-- | modules/org-agenda-config.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
