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

This commit is contained in:
Lucien Cartier-Tilet 2024-01-22 21:20:28 +01:00
parent 464ba3b95a
commit 421ef312d0
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 1 deletions

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