+config for wttrin
Uses pass to store my location. Custom function to display weather in local area
This commit is contained in:
@@ -116,6 +116,13 @@ Using new password holder (pass) to help with secure transactions.
|
|||||||
(setq dash-docs-docsets-path "~/.docsets")
|
(setq dash-docs-docsets-path "~/.docsets")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
My docsets are stored in .docsets for ease of use
|
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
|
*** Themes
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq oreodave/aesthetics/list '(doom-molokai doom-peacock doom-solarized-dark))
|
(setq oreodave/aesthetics/list '(doom-molokai doom-peacock doom-solarized-dark))
|
||||||
|
|||||||
Reference in New Issue
Block a user