diff options
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 7 |
1 files changed, 7 insertions, 0 deletions
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)) |