aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-18 16:37:32 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-18 16:37:32 +0200
commit3d42dee5e6b714922cc3f04d23e719740a8ac4f5 (patch)
tree04be35288ab0f775a107e81fe6259bef0e154a8a
parent8ce3958f1127030f85d9e0b6e42c12b30885c346 (diff)
downloaddotfiles-3d42dee5e6b714922cc3f04d23e719740a8ac4f5.tar.gz
dotfiles-3d42dee5e6b714922cc3f04d23e719740a8ac4f5.zip
ci: even simpler emacs testing
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.github/workflows/ci.yml6
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"