mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added wttr.in
This commit is contained in:
parent
0caaf59048
commit
8c9bbf1e61
@ -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
|
||||
|
@ -6,3 +6,4 @@
|
||||
;; (package! another-package :recipe (:host github :repo "username/repo"))
|
||||
;; (package! builtin-package :disable t)
|
||||
(package! counsel-spotify)
|
||||
(package! wttrin)
|
||||
|
Loading…
Reference in New Issue
Block a user