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:
parent
ce133cb737
commit
46f5ae0b35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue