diff options
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index a57ba5f..6690a62 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -99,6 +99,14 @@ Allow user to set a theme from a limited set of candidates, based on (dired (expand-file-name "~/School"))) #+END_SRC Going to the school directory, quick access to school work. +** Weather +#+BEGIN_SRC elisp +(defun oreodave/weather () + "Check the weather at the 'location' stored in password store" + (interactive) + (wttrin (password-store-get "location"))) +#+END_SRC +Function to quickly check weather, which is what I wanted wttrin for. ** Oreomode #+BEGIN_SRC elisp (defun oreodave/oreomode() |