do not launch emacs GUI during build

This commit is contained in:
Yann Esposito (Yogsototh) 2020-05-02 19:36:53 +02:00
parent fabd670b4c
commit 3c7d427832
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -2,7 +2,7 @@
cd "$(git rev-parse --show-toplevel)" || exit 1
echo "* org-publish"
emacs \
emacs -nw \
--load project.el \
--eval "(progn (org-publish \"blog\") (evil-quit))"