diff options
-rw-r--r-- | config.org | 8 |
1 files changed, 7 insertions, 1 deletions
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~ | |||
725 | :hook | 725 | :hook |
726 | (org-mode . org-superstar-mode)) | 726 | (org-mode . org-superstar-mode)) |
727 | #+end_src | 727 | #+end_src |
728 | 728 | *** Org export to gemini | |
729 | #+begin_src emacs-lisp | ||
730 | (use-package ox-gemini | ||
731 | :straight (ox-gemini | ||
732 | :repo "https://git.sr.ht/~abrahms/ox-gemini" | ||
733 | :branch "main")) | ||
734 | #+end_src | ||
729 | * Applications | 735 | * Applications |
730 | ** Gemini & Gopher | 736 | ** Gemini & Gopher |
731 | #+BEGIN_SRC emacs-lisp | 737 | #+BEGIN_SRC emacs-lisp |