el-get/recipes/nxhtml.rcp

10 lines
452 B
Plaintext
Raw Normal View History

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