diff options
author | mattkae <mattkae@protonmail.com> | 2022-05-11 09:23:58 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-05-11 09:23:58 -0400 |
commit | 3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch) | |
tree | ae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/ac-js2-20190101.933/ac-js2-pkg.el |
initial commit
Diffstat (limited to 'elpa/ac-js2-20190101.933/ac-js2-pkg.el')
-rw-r--r-- | elpa/ac-js2-20190101.933/ac-js2-pkg.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/elpa/ac-js2-20190101.933/ac-js2-pkg.el b/elpa/ac-js2-20190101.933/ac-js2-pkg.el new file mode 100644 index 0000000..9b42769 --- /dev/null +++ b/elpa/ac-js2-20190101.933/ac-js2-pkg.el @@ -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")) + :commit "2b56d09a16c1a0ce514cc1b85d64cb1be4502723" :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: |