diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 118f04d..0542169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,9 +67,5 @@ jobs: - name: Try to start Emacs run: | echo "Attempting startup..." - ${EMACS:=emacs} -nw --batch \ - --eval '(let ((debug-on-error t) - (url-show-status nil)) - (load-file user-init-file) - (run-hooks (quote after-init-hook)))' + ${EMACS:=emacs} -nw -Q --batch --load $HOME/.emacs.d/init.el echo "Startup successful" |
