diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 16:37:32 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 16:37:32 +0200 |
| commit | 3d42dee5e6b714922cc3f04d23e719740a8ac4f5 (patch) | |
| tree | 04be35288ab0f775a107e81fe6259bef0e154a8a /.github/workflows/ci.yml | |
| parent | 8ce3958f1127030f85d9e0b6e42c12b30885c346 (diff) | |
| download | dotfiles-3d42dee5e6b714922cc3f04d23e719740a8ac4f5.tar.gz dotfiles-3d42dee5e6b714922cc3f04d23e719740a8ac4f5.zip | |
ci: even simpler emacs testing
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -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" |
