+Configuration and keybinds for wttrin
This commit is contained in:
@@ -73,13 +73,22 @@ I like monokai :)
|
|||||||
- <SPC>bd is used for the same reasons as above
|
- <SPC>bd is used for the same reasons as above
|
||||||
|
|
||||||
* Plugins and Packages
|
* Plugins and Packages
|
||||||
|
|
||||||
** Elcord
|
** Elcord
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(after! elcord
|
(after! elcord
|
||||||
(elcord-mode))
|
(elcord-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
I like displaying that I'm working on discord, though not very useful. May delete.
|
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
|
* Languages
|
||||||
|
|
||||||
** C#
|
** C#
|
||||||
|
|||||||
Reference in New Issue
Block a user