This commit is contained in:
Raymundo Vasquez Ruiz
2019-10-09 20:36:55 +02:00
commit 87240f58db
223 changed files with 100952 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
(define-package "ac-js2" "20190101.933" "Auto-complete source for Js2-mode, with navigation"
'((js2-mode "20090723")
(skewer-mode "1.4"))
:authors
'(("Scott Barnett" . "scott.n.barnett@gmail.com"))
:maintainer
'("Scott Barnett" . "scott.n.barnett@gmail.com")
:url "https://github.com/ScottyB/ac-js2")
;; Local Variables:
;; no-byte-compile: t
;; End: