From 1c15c53893408f9bd05d2b9e15aad1568214e523 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 14:35:58 +0000 Subject: +weather section under personal functions --- doom.d/config.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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() -- cgit v1.2.3-13-gbd6f