diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2022-08-01 08:23:33 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2022-08-01 08:23:33 +0200 |
| commit | 6fafba7e686f2eed0e30b9669f76da4737027194 (patch) | |
| tree | d7b2b6ddea974b70ec44c269d6a362d26d4070ef | |
| parent | d2c76c074f67bba8b975c2bff6e817fa2f2ab2a7 (diff) | |
| download | dotfiles-6fafba7e686f2eed0e30b9669f76da4737027194.tar.gz dotfiles-6fafba7e686f2eed0e30b9669f76da4737027194.zip | |
ci: load early-init.el instead
Doom has removed init.el and it's only using early-init.el, so use that
instead.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a5a956..0311f44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,5 +62,5 @@ jobs: - name: Try to start Emacs run: | echo "Attempting startup..." - ${EMACS:=emacs} -nw -Q --batch --load $HOME/.emacs.d/init.el + ${EMACS:=emacs} -nw -Q --batch --load $HOME/.emacs.d/early-init.el echo "Startup successful" |
