gnu: emacs-skewer-mode: Include html and js files.

* gnu/packages/emacs.scm (emacs-skewer-mode): Include html and js files.

Signed-off-by: Alex Kost <alezost@gmail.com>
This commit is contained in:
Oleg Pykhalov 2017-09-17 12:08:11 +03:00 committed by Alex Kost
parent ce133cb737
commit 46f5ae0b35
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 1 additions and 0 deletions

View File

@ -1979,6 +1979,7 @@ serve files and directory listings.")
(propagated-inputs
`(("emacs-simple-httpd" ,emacs-simple-httpd)
("emacs-js2-mode" ,emacs-js2-mode)))
(arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
(home-page "https://github.com/skeeto/skewer-mode")
(synopsis "Live web development in Emacs")
(description