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 | 591d0a433bb9e98045e51c782368d070601c633b (patch) | |
| tree | 6f47d315e736eb3cab0bb75123c3fbde41cfc777 /modules/weather-config.el | |
| parent | 8953d671b5ce15c96cb9b992a9783148f7867bcc (diff) | |
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).
Diffstat (limited to 'modules/weather-config.el')
| -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 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 | 
