diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-30 10:10:52 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-30 10:10:52 -0500 |
| commit | 77892d2d24c6d4e5af116662551b40bdd8846e34 (patch) | |
| tree | 2f14b7355e71522290a3f09f9d8dd159bdf189e3 /modules/mail-config.el | |
| parent | 376cb1cac73af9bc0bb4b847a9fbf209d178d727 (diff) | |
| download | dotemacs-77892d2d24c6d4e5af116662551b40bdd8846e34.tar.gz dotemacs-77892d2d24c6d4e5af116662551b40bdd8846e34.zip | |
chore(deps): move remaining packages from :load-path to :vc; drop archived org-gcal
The three packages that still loaded from local checkouts now install
via :vc:
- chime → git@cjennings.net:chime.git (was :load-path "~/code/chime")
- wttrin → git@cjennings.net:emacs-wttrin.git (was :load-path
"/home/cjennings/code/emacs-wttrin")
- org-msg → https://github.com/jeremy-compostella/org-msg (was
:load-path "/home/cjennings/code/org-msg"; switching to upstream
rather than a fork since the previous fork wasn't carrying any
active changes)
For the two cjennings.net repos this matches the org-drill (61e210e)
and gloss (376cb1c) shape: primary on cjennings.net, post-receive
hook mirroring to GitHub. The previously-commented :vc URLs in chime
and wttrin pointed at GitHub directly, which would have lost the
cjennings-first convention if uncommented later.
Also drops :ensure nil on chime (only relevant under package.el, not
:vc) and removes modules/archived/org-gcal-config.el. Nothing in
init.el or any module references org-gcal, so the file is genuinely
unused.
Diffstat (limited to 'modules/mail-config.el')
| -rw-r--r-- | modules/mail-config.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el index fbcede062..a53473b4a 100644 --- a/modules/mail-config.el +++ b/modules/mail-config.el @@ -317,8 +317,7 @@ Prompts user for the action when executing." ;; user composes org mode; recipient receives html (use-package org-msg - ;; :vc (:url "https://github.com/cjennings/org-msg" :rev :newest) - :load-path "/home/cjennings/code/org-msg" + :vc (:url "https://github.com/jeremy-compostella/org-msg" :rev :newest) :defer 1 :after (org mu4e) :preface |
