From 586700edc16c058e52227bc85c311d370aa4e8cc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 10 May 2024 20:09:29 -0500 Subject: moving wttrin from test code to weather-config.el --- modules/test-code.el | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'modules/test-code.el') diff --git a/modules/test-code.el b/modules/test-code.el index 39fd2de2..7a6c80e1 100644 --- a/modules/test-code.el +++ b/modules/test-code.el @@ -12,7 +12,7 @@ (use-package pomm :defer .5 - :bind ("M-p" . pomm) + :bind ("M-p" . pomm) :commands (pomm pomm-third-time)) ;; ----------------------------------- Mpdel ----------------------------------- @@ -74,19 +74,6 @@ (google-this-mode 1) (setq google-this-browse-url-function 'eww-browse-url)) -;; ----------------------------------- Wttrin ---------------------------------- -;; show the weather forecast in an Emacs buffer - -(use-package wttrin - :defer .5 - :load-path ("~/code/emacs-wttrin") - :ensure nil ;; local package - :preface - ;; dependency for wttrin - (use-package xterm-color - :demand t) - :bind - ("M-W" . wttrin)) ;; ------------------------------ ERC Yank To Gist ----------------------------- ;; automatically create a Gist if pasting more than 5 lines -- cgit v1.2.3