[Emacs] fix ox-gemini configuration

This commit is contained in:
Lucien Cartier-Tilet 2023-09-17 17:49:06 +02:00
parent ebc95e422f
commit 6c25f19639
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

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