From 1a444087e680b5d83bd9a048a03cc231a1980ddb Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Mon, 9 Nov 2020 13:48:11 -0600
Subject: Add ox-gemini

---
 config.org | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/config.org b/config.org
index ad13f83..69a5d4f 100644
--- a/config.org
+++ b/config.org
@@ -725,7 +725,13 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
     :hook
     (org-mode . org-superstar-mode))
 #+end_src
-
+*** Org export to gemini
+#+begin_src emacs-lisp
+  (use-package ox-gemini
+    :straight (ox-gemini
+               :repo "https://git.sr.ht/~abrahms/ox-gemini"
+               :branch "main"))
+#+end_src
 * Applications
 ** Gemini & Gopher
 #+BEGIN_SRC emacs-lisp
-- 
cgit 1.4.1-21-gabe81