diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 14:35:58 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 14:52:18 +0000 |
commit | 1c15c53893408f9bd05d2b9e15aad1568214e523 (patch) | |
tree | 26f1170bada4ec569979ba93a7efdd7fb0db1bcf /doom.d/config.org | |
parent | 4d0274ad7289755a72c68fe7e2f41876a8bb0ccf (diff) | |
download | dotfiles-1c15c53893408f9bd05d2b9e15aad1568214e523.tar.gz dotfiles-1c15c53893408f9bd05d2b9e15aad1568214e523.tar.bz2 dotfiles-1c15c53893408f9bd05d2b9e15aad1568214e523.zip |
+weather section under personal functions
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() |