Files
emacs/lisp/js2-mode/js2-mode-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

16 lines
502 B
EmacsLisp

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