diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index 6ea2062..8aba561 100644 --- a/config.org +++ b/config.org | |||
@@ -1104,6 +1104,15 @@ from [[https://github.com/alphapapa/unpackaged.el#ensure-blank-lines-between-hea | |||
1104 | :repo "https://alexschroeder.ch/cgit/gemini-write")) | 1104 | :repo "https://alexschroeder.ch/cgit/gemini-write")) |
1105 | #+end_src | 1105 | #+end_src |
1106 | 1106 | ||
1107 | *** Ox-gemini | ||
1108 | |||
1109 | #+begin_src emacs-lisp | ||
1110 | (use-package ox-gemini | ||
1111 | :straight (ox-gemini | ||
1112 | :repo "https://git.sr.ht/~abrahms/ox-gemini" | ||
1113 | :branch "main")) | ||
1114 | #+end_src | ||
1115 | |||
1107 | ** Pastebin | 1116 | ** Pastebin |
1108 | 1117 | ||
1109 | #+begin_src emacs-lisp | 1118 | #+begin_src emacs-lisp |