el-get/recipes/nxhtml.rcp

11 lines
468 B
Plaintext
Raw Normal View History

(:name nxhtml
:type emacsmirror
:description "An addon for Emacs mainly for web development."
:build `((,el-get-emacs
2021-02-02 00:30:13 +08:00
"-batch" "-q" "-no-site-file"
"-l" "autostart.el"
"-l" "nxhtmlmaint.el"
"--eval" "(setq inhibit-read-only t)" ; `web-vcs-message-with-face' writes to `*Messages*' buffer.
"-f" "nxhtmlmaint-start-byte-compilation"))
2021-02-02 00:30:13 +08:00
:load "autostart.el")