Adding ox-gemini for org export to gemini.

This commit is contained in:
Derek Taylor
2021-05-17 14:31:04 -05:00
parent 4615d7d6c3
commit 70c932877b
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -400,6 +400,7 @@
"CANCELLED(c)" )))) ; Task has been cancelled "CANCELLED(c)" )))) ; Task has been cancelled
(use-package ox-man) (use-package ox-man)
(use-package ox-gemini)
(map! :leader (map! :leader
(:prefix ("r" . "registers") (:prefix ("r" . "registers")
+1
View File
@@ -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. We need ox-man for "Org eXporting" to manpage format.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package ox-man) (use-package ox-man)
(use-package ox-gemini)
#+END_SRC #+END_SRC
* REGISTERS * REGISTERS
+1
View File
@@ -62,6 +62,7 @@
(package! ivy-posframe) (package! ivy-posframe)
(package! mastodon) (package! mastodon)
(package! org-bullets) (package! org-bullets)
(package! ox-gemini)
(package! peep-dired) (package! peep-dired)
(package! pianobar) (package! pianobar)
(package! rainbow-mode) (package! rainbow-mode)