diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config.org b/config.org index d970335..f42037a 100644 --- a/config.org +++ b/config.org | |||
@@ -5,7 +5,7 @@ | |||
5 | #+EXPORT_FILE_NAME: README.md | 5 | #+EXPORT_FILE_NAME: README.md |
6 | #+OPTIONS: toc:nil | 6 | #+OPTIONS: toc:nil |
7 | #+BANKRUPTCY_COUNT: 3.2 | 7 | #+BANKRUPTCY_COUNT: 3.2 |
8 | #+Time-stamp: <2021-01-13 20:19:13 acdw> | 8 | #+Time-stamp: <2021-01-14 17:59:25 aduckworth> |
9 | 9 | ||
10 | * Basics | 10 | * Basics |
11 | 11 | ||
@@ -2123,10 +2123,8 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag- | |||
2123 | 2123 | ||
2124 | #+begin_src emacs-lisp | 2124 | #+begin_src emacs-lisp |
2125 | (straight-use-package '(gemini-write | 2125 | (straight-use-package '(gemini-write |
2126 | :repo "https://alexschroeder.ch/cgit/gemini-write")) | 2126 | :repo "https://tildegit.org/acdw/gemini-write.git")) |
2127 | (require 'gemini-write) | 2127 | (require 'gemini-write) |
2128 | |||
2129 | ;; TODO : add tokens ... somehow | ||
2130 | #+end_src | 2128 | #+end_src |
2131 | 2129 | ||
2132 | ** RSS | 2130 | ** RSS |