From 63cce1dfc47ec0f6534bf17a6a7b3cf8123ab5f2 Mon Sep 17 00:00:00 2001 From: oreodave Date: Tue, 27 Aug 2019 17:38:13 +0100 Subject: +config for wttrin Uses pass to store my location. Custom function to display weather in local area --- doom.d/config.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doom.d') diff --git a/doom.d/config.org b/doom.d/config.org index 4636128..e48680d 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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)) -- cgit v1.2.3-13-gbd6f