From 75dae9ebfbaf1e5af9683522b7ef566890a82df1 Mon Sep 17 00:00:00 2001 From: oreodave Date: Wed, 24 Jul 2019 14:51:34 +0100 Subject: +Configuration and keybinds for wttrin --- doom.d/config.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 :) - 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# -- cgit v1.2.3-13-gbd6f