[Emacs] Switch to my own fork of ox-gemini
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2023-05-14 13:18:37 +02:00
parent a021fed2d5
commit f2f5db5cfc
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -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