diff options
-rw-r--r-- | doom.d/packages.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/packages.el b/doom.d/packages.el index ca75fcd..65a9bbb 100644 --- a/doom.d/packages.el +++ b/doom.d/packages.el @@ -6,3 +6,4 @@ ;; (package! another-package :recipe (:fetcher github :repo "username/repo")) ;; (package! builtin-package :disable t) (package! elcord) +(package! wttrin) |