add matrix-appservice-slack 2.0.2

This commit is contained in:
Charlotte Van Petegem 2022-12-01 20:00:36 +01:00
parent e3fed6e37a
commit 9f8819e103
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 48 additions and 0 deletions

View file

@ -61,6 +61,10 @@
:mode "\\.hs\\'"
)
(use-package lsp-haskell
:hook (haskell-mode . lsp)
)
;; Folding
(use-package origami
:hook (prog-mode . origami-mode)