mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Add wordel
This commit is contained in:
parent
154d1787c8
commit
412d47073f
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
(package! websocket)
|
||||
(package! weechat)
|
||||
(package! weechat-alert)
|
||||
(package! wordel)
|
||||
(package! yapfify)
|
||||
(package! polymode)
|
||||
(package! poly-rst)
|
||||
|
|
Loading…
Reference in a new issue