diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 16:21:24 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 16:21:24 +0200 |
| commit | 8ce3958f1127030f85d9e0b6e42c12b30885c346 (patch) | |
| tree | 0e5653f87f669f1b36b1142fd5a9b014acbbd4cc /.github/workflows | |
| parent | b2dbce8fdaed56a1c6e23e115966707cd0067cdc (diff) | |
| download | dotfiles-8ce3958f1127030f85d9e0b6e42c12b30885c346.tar.gz dotfiles-8ce3958f1127030f85d9e0b6e42c12b30885c346.zip | |
ci: simplifying the evaluated lisp
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44487b5..118f04d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,10 +69,7 @@ jobs: echo "Attempting startup..." ${EMACS:=emacs} -nw --batch \ --eval '(let ((debug-on-error t) - (url-show-status nil) - (user-emacs-directory default-directory) - (custom-theme-directory default-directory) - (user-init-file (expand-file-name "init.el"))) + (url-show-status nil)) (load-file user-init-file) (run-hooks (quote after-init-hook)))' echo "Startup successful" |
