From e3381bdc901dec000c962c073a72e52953290a19 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 14 Mar 2021 14:42:21 -0400 Subject: [PATCH] FIX set up emacs config directory --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f03187e..c2ecbc6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: - name: Set up emacs config run: | + mkdir ~/.emacs.d cp -a -r etc local straight init.el ~/.emacs.d/ - name: Test initialization and build