diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 14:51:34 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 14:51:34 +0100 |
commit | 75dae9ebfbaf1e5af9683522b7ef566890a82df1 (patch) | |
tree | 29774c88a97595221c04642810b1a41fe9907ba5 /doom.d | |
parent | dbfab0999255cb721f5dcf6eeb7bd7bc4ab452a3 (diff) | |
download | dotfiles-75dae9ebfbaf1e5af9683522b7ef566890a82df1.tar.gz dotfiles-75dae9ebfbaf1e5af9683522b7ef566890a82df1.tar.bz2 dotfiles-75dae9ebfbaf1e5af9683522b7ef566890a82df1.zip |
+Configuration and keybinds for wttrin
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.org | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index cf04869..a674fe2 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -73,13 +73,22 @@ I like monokai :) - <SPC>bd is used for the same reasons as above * Plugins and Packages - ** Elcord #+BEGIN_SRC emacs-lisp (after! elcord (elcord-mode)) #+END_SRC I like displaying that I'm working on discord, though not very useful. May delete. +** Wttrin +#+BEGIN_SRC emacs-lisp +(after! wttrin + (setq wttrin-default-cities '("Birmingham")) + (map! + :leader + :desc "Open weather" "rw" 'wttrin + ) + ) +#+END_SRC * Languages ** C# |