Skip to content

Commit

Permalink
wip: Make CI run and load emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Nov 14, 2023
1 parent 3bd48e5 commit 02eaf61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
with:
version: 27.1
version: 30
- run: ./bin/org-tangle init.org
# TODO maybe test you can start and install plugins
# I'm worried about spamming MELPA with every commit
# tho :/.
- run: emacs --batch --load early-init.el --load init.el

0 comments on commit 02eaf61

Please sign in to comment.