summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-09 13:48:11 -0600
committerCase Duckworth2020-11-09 13:48:11 -0600
commit1a444087e680b5d83bd9a048a03cc231a1980ddb (patch)
tree179cdd60a07fa28f75c578e9fddaf2dc25e78996 /config.org
parentOnly load slime if sbcl is present (diff)
downloademacs-1a444087e680b5d83bd9a048a03cc231a1980ddb.tar.gz
emacs-1a444087e680b5d83bd9a048a03cc231a1980ddb.zip
Add ox-gemini
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
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