Skip to content

Updating init.el to match elpaca/init.el example #52

Updating init.el to match elpaca/init.el example

Updating init.el to match elpaca/init.el example #52

Workflow file for this run

name: Earthly
on:
push:
paths:
- "emacs/**.el"
- "emacs/**.org"
jobs:
tests:
name: Testing Emacs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.8.0
with:
project-path: devbox/main
enable-cache: "true"
- name: test emacs config
run: devbox run -- emacs --batch -l emacs/early-init.el