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 | fc3fc42910f3dfa82dd9e00c20775ae318f8341c (patch) | |
| tree | 4106281c7a1d1029e8dfcdb8c104c75c47f157e0 /modules/weather-config.el | |
| parent | 2e12131a3b593333f6c3113ec691eefa74011c6e (diff) | |
| download | dotemacs-fc3fc42910f3dfa82dd9e00c20775ae318f8341c.tar.gz dotemacs-fc3fc42910f3dfa82dd9e00c20775ae318f8341c.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 (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.
Diffstat (limited to 'modules/weather-config.el')
| -rw-r--r-- | modules/weather-config.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index 0b15021b..74113be6 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -11,10 +11,10 @@ ;; ----------------------------------- Wttrin ---------------------------------- (use-package wttrin - ;; Uncomment the next line to use vc-install instead of local directory: - ;; :vc (:url "https://github.com/cjennings/emacs-wttrin" :rev :newest) + :vc (:url "git@cjennings.net:emacs-wttrin.git" + :branch "main" + :rev :newest) :demand t ;; REQUIRED: mode-line must start at Emacs startup - :load-path "/home/cjennings/code/emacs-wttrin" :preface ;; Change this to t to enable debug logging ;; (setq wttrin-debug t) |
