el-get/recipes/js2-mode.rcp
Ryan C. Thompson 4921878dc3 Remove unnecessary ":compile" property from js2 and vcomp
Each of these simply require the default behavior of "compile
everything", so there's no reason to set the ":compile" property.

Also change the type of vcomp from git to emacsmirror.
2012-02-10 15:18:41 -08:00

6 lines
180 B
Plaintext

(:name js2-mode
:type emacsmirror
:description "An improved JavaScript editing mode"
:post-init (lambda ()
(autoload 'js2-mode "js2-mode" nil t)))