diff options
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) |
