Compare commits

...

2 Commits

Author SHA1 Message Date
TEC 2ccdd77276
Switch to GitHub mirrors of sr.ht packages
Aside from the DDOS attack it suffered a few months ago, sr.ht has just
started being flaky. At this point, using GitHub mirrors seems like the
safer bet.
2024-03-25 15:15:13 +08:00
TEC 6a7ca66c2b
Update CI for doom CLI changes 2024-03-25 15:15:13 +08:00
2 changed files with 5 additions and 3 deletions

View File

@ -70,7 +70,7 @@ jobs:
run: runner 'rm -r ~/.config/emacs/.local/straight/build-*/org/ && pushd ~/.config/emacs/.local/straight/repos/org/ && git fetch tecosaur dev && git reset --hard tecosaur/dev && popd'
- name: Rebuild changed packages
run: runner '~/.config/emacs/bin/doom build -r'
run: runner '~/.config/emacs/bin/doom sync --rebuild'
- name: Ensure emoji vector graphics exist
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'

View File

@ -5419,7 +5419,8 @@ roll our [[file:lisp/wttrin/wttrin.el][own version]].
Why not flash words on the screen. Why not --- hey, it could be fun.
#+begin_src emacs-lisp :tangle packages.el
(package! spray :pin "74d9dcfa2e8b38f96a43de9ab0eb13364300cb46")
(package! spray :pin "74d9dcfa2e8b38f96a43de9ab0eb13364300cb46"
:recipe (:host github :repo "emacsmirror/spray")) ; sr.ht can be flaky
#+end_src
It would be nice if Spray's default speed suited me better, and the keybindings
@ -7694,7 +7695,8 @@ correct package statement needed.
<<org-pkg-statement()>>
(unpin! org) ; there be bugs
(package! org-contrib
:recipe (:host nil :repo "https://git.sr.ht/~bzg/org-contrib"
;; The `sr.ht' repo has been a bit flaky as of late.
:recipe (:host github :repo "emacsmirror/org-contrib"
:files ("lisp/*.el"))
:pin "351c71397d893d896a47ad7e280607b4d59b84e4")
#+end_src