From fc3fc42910f3dfa82dd9e00c20775ae318f8341c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 30 Apr 2026 10:10:52 -0500 Subject: chore(deps): move remaining packages from :load-path to :vc; drop archived org-gcal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (be3e227) and gloss (2e12131) 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. --- modules/mail-config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/mail-config.el') diff --git a/modules/mail-config.el b/modules/mail-config.el index fbcede06..a53473b4 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 -- cgit v1.2.3