Merge pull request #2804 from alexg0/nxhtml

recipes/nxhtml: fixing compile error
This commit is contained in:
Alex Ott 2021-12-24 11:00:42 +01:00 committed by GitHub
commit 08d9ee3ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,9 @@
:type emacsmirror
:description "An addon for Emacs mainly for web development."
:build `((,el-get-emacs
"-batch" "-q" "-no-site-file" "-L" "./elisp"
"-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 "elisp/autostart.el")
:load "autostart.el")