From 591d0a433bb9e98045e51c782368d070601c633b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 27 Oct 2025 20:39:59 -0500 Subject: maint:weather: update wttrin installation to vc-install Remove local load-path in favor of vc installation for wttrin to use the source (latest revision). --- modules/weather-config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/weather-config.el b/modules/weather-config.el index 526a0b41..31fb1b70 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -11,9 +11,8 @@ ;; ----------------------------------- Wttrin ---------------------------------- (use-package wttrin + :vc (:url "https://github.com/cjennings/emacs-wttrin" :rev :newest) :defer t - :load-path ("~/code/wttrin") - :ensure nil ;; local package :preface ;; dependency for wttrin (use-package xterm-color -- cgit v1.2.3