Update packages

This commit is contained in:
Mateus Pinto Rodrigues
2018-10-04 13:56:56 -03:00
parent 5d03e5e124
commit d272c43bcd
785 changed files with 367265 additions and 25 deletions

View File

@@ -0,0 +1,15 @@
(define-package "js2-mode" "20180724.801" "Improved JavaScript editing mode"
'((emacs "24.1")
(cl-lib "0.5"))
:keywords
'("languages" "javascript")
:authors
'(("Steve Yegge" . "steve.yegge@gmail.com")
("mooz" . "stillpedant@gmail.com")
("Dmitry Gutov" . "dgutov@yandex.ru"))
:maintainer
'("Steve Yegge" . "steve.yegge@gmail.com")
:url "https://github.com/mooz/js2-mode/")
;; Local Variables:
;; no-byte-compile: t
;; End: