diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-27 20:39:59 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-27 20:39:59 -0500 |
| commit | aa4a4fee40c19ccdd4f95565eea71f97747cc57e (patch) | |
| tree | 70b03e40fab403bd124b4398f1d0b8f56c60b981 | |
| parent | 928841ddb63ebd108127b8eceba00624708b00c8 (diff) | |
| download | dotemacs-aa4a4fee40c19ccdd4f95565eea71f97747cc57e.tar.gz dotemacs-aa4a4fee40c19ccdd4f95565eea71f97747cc57e.zip | |
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).
| -rw-r--r-- | modules/weather-config.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index 526a0b411..31fb1b705 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 |
