Merge pull request #579 from benreyn/br-slim-mode

Add [slim-mode] to :lang web +html
This commit is contained in:
Henrik Lissner 2018-05-15 12:05:25 +02:00 committed by GitHub
commit 9981fa4acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
(package! emmet-mode) (package! emmet-mode)
(package! haml-mode) (package! haml-mode)
(package! pug-mode) (package! pug-mode)
(package! slim-mode)
(package! web-mode) (package! web-mode)
(when (featurep! :completion company) (when (featurep! :completion company)
(package! company-web)) (package! company-web))