el-get/recipes/nxhtml.rcp
2021-02-01 10:30:13 -06:00

11 lines
468 B
Plaintext

(:name nxhtml
:type emacsmirror
:description "An addon for Emacs mainly for web development."
:build `((,el-get-emacs
"-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"))
:load "autostart.el")