[emacs] Add wordel

This commit is contained in:
Correl Roush 2022-02-03 22:14:30 -05:00
parent 154d1787c8
commit 412d47073f
2 changed files with 6 additions and 0 deletions

View file

@ -1608,6 +1608,11 @@ Manage background services
(use-package! uuidgen
:commands (uuidgen))
#+end_src
** Wordle
#+begin_src emacs-lisp
(use-package! wordle
:commands (wordel wordel-marathon))
#+end_src
* Operating Systems
** Linux
*** EXWM

View file

@ -41,6 +41,7 @@
(package! websocket)
(package! weechat)
(package! weechat-alert)
(package! wordel)
(package! yapfify)
(package! polymode)
(package! poly-rst)