docs(emacs org): fix recipe for my ox-gemini fork

This commit is contained in:
2024-01-22 21:20:28 +01:00
parent 464ba3b95a
commit 421ef312d0

View File

@@ -602,7 +602,9 @@ fixes two issues I had with the original package.
(use-package ox-gemini
:defer t
:straight (ox-gemini :build t
:fork (:repo "https://labs.phundrak.com/phundrak/ox-gemini"))
:fork (:type git
:host nil
:repo "https://labs.phundrak.com/phundrak/ox-gemini"))
:after (ox org))
#+end_src