mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -1979,6 +1979,7 @@ (define-public emacs-skewer-mode
|
|||
(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 a new issue