diff --git a/org/config/emacs.org b/org/config/emacs.org index 1b5791f..179b00b 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -5053,7 +5053,8 @@ you can guess, exports org files to the [[https://www.w3.org/publishing/epub32/] #+begin_src emacs-lisp (use-package ox-gemini :defer t - :straight (:build t) + :straight (ox-gemini :build t + :repo "https://labs.phundrak.com/phundrak/ox-gemini") :after (ox org)) #+end_src