+config for wttrin

Uses pass to store my location. Custom function to display weather in
local area
This commit is contained in:
oreodave
2019-08-27 17:38:13 +01:00
parent 784e5f8620
commit 63cce1dfc4

View File

@@ -116,6 +116,13 @@ Using new password holder (pass) to help with secure transactions.
(setq dash-docs-docsets-path "~/.docsets")
#+END_SRC
My docsets are stored in .docsets for ease of use
*** wttrin
#+BEGIN_SRC emacs-lisp
(after! wttrin
(defun oreodave/weather ()
(interactive)
(wttrin (shell-command-to-string "pass location"))))
#+END_SRC
*** Themes
#+BEGIN_SRC emacs-lisp
(setq oreodave/aesthetics/list '(doom-molokai doom-peacock doom-solarized-dark))