diff options
| -rw-r--r-- | .github/workflows/ci.yml | 3 | ||||
| -rw-r--r-- | README.org | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e9a4ff..b80812f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,8 @@ jobs: run: | git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts + ~/.emacs.d/bin/doom sync - name: Check GNU Emacs run: | - doom doctor + ~/.emacs.d/bin/doom doctor @@ -15,7 +15,7 @@ this at your own risk ;) ** GNU Emacs -I am using [[https://github.com/hlissner/doom-emacs][Doom Emacs]], see [[./.emacs.d/README.org][.doom.d/README.org]]. For runtime dependencies just run: +I am using [[https://github.com/hlissner/doom-emacs][Doom Emacs]], see [[./.doom.d][./doom.d/README.org]]. For runtime dependencies just run: #+BEGIN_SRC sh $ doom doctor |
