From 6fafba7e686f2eed0e30b9669f76da4737027194 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 1 Aug 2022 08:23:33 +0200 Subject: ci: load early-init.el instead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doom has removed init.el and it's only using early-init.el, so use that instead. Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3