From 70c932877b29c83a9e7b4e55d7b337ac443dd018 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 17 May 2021 14:31:04 -0500 Subject: [PATCH] Adding ox-gemini for org export to gemini. --- .config/doom/config.el | 1 + .config/doom/config.org | 1 + .config/doom/packages.el | 1 + 3 files changed, 3 insertions(+) diff --git a/.config/doom/config.el b/.config/doom/config.el index ac5a7ee..8df67a5 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -400,6 +400,7 @@ "CANCELLED(c)" )))) ; Task has been cancelled (use-package ox-man) +(use-package ox-gemini) (map! :leader (:prefix ("r" . "registers") diff --git a/.config/doom/config.org b/.config/doom/config.org index 9de3879..856dcba 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -671,6 +671,7 @@ Note that I wrapped most of this in (after! org). Without this, my settings mig We need ox-man for "Org eXporting" to manpage format. #+BEGIN_SRC emacs-lisp (use-package ox-man) +(use-package ox-gemini) #+END_SRC * REGISTERS diff --git a/.config/doom/packages.el b/.config/doom/packages.el index 4335e83..dbd537e 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -62,6 +62,7 @@ (package! ivy-posframe) (package! mastodon) (package! org-bullets) +(package! ox-gemini) (package! peep-dired) (package! pianobar) (package! rainbow-mode)