1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added wttr.in

This commit is contained in:
Ryan Kes 2019-12-10 21:04:56 +01:00
parent 0caaf59048
commit 8c9bbf1e61
2 changed files with 7 additions and 0 deletions

View File

@ -140,3 +140,9 @@ Setup mu4e with multiple profiles
(mu4e-refile-folder . "/andthensome/Inbox"))))))
(add-hook 'mu4e-view-mode-hook 'visual-line-mode)
#+END_SRC
* [[https://github.com/bcbcarl/emacs-wttrin][wttrin.el]]
Emacs frontend for weather web service wttr.in
#+BEGIN_SRC emacs-lisp
(setq wttrin-default-cities '("Amsterdam", "Volendam"))
#+END_SRC

View File

@ -6,3 +6,4 @@
;; (package! another-package :recipe (:host github :repo "username/repo"))
;; (package! builtin-package :disable t)
(package! counsel-spotify)
(package! wttrin)