diff options
-rw-r--r-- | .doom.d/packages.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.doom.d/packages.el b/.doom.d/packages.el index b80e9cc..3895f75 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el @@ -48,3 +48,8 @@ ;(unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) + +;; weechat relay client +;; https://github.com/bqv/weechat.el +(package! weechat + :recipe (:host github :repo "bqv/weechat.el")) |