aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2022-08-01 08:23:33 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2022-08-01 08:23:33 +0200
commit6fafba7e686f2eed0e30b9669f76da4737027194 (patch)
treed7b2b6ddea974b70ec44c269d6a362d26d4070ef
parentd2c76c074f67bba8b975c2bff6e817fa2f2ab2a7 (diff)
downloaddotfiles-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.yml2
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"