diff options
-rw-r--r-- | config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index c3d9cf8..e8be4d0 100644 --- a/config.org +++ b/config.org | |||
@@ -1537,8 +1537,8 @@ Alex Schroeder's Emacs implementation of the Titan protocol. This is why I use | |||
1537 | :repo "https://alexschroeder.ch/cgit/gemini-write") | 1537 | :repo "https://alexschroeder.ch/cgit/gemini-write") |
1538 | :config | 1538 | :config |
1539 | (when (boundp 'acdw-secrets/elpher-gemini-tokens) | 1539 | (when (boundp 'acdw-secrets/elpher-gemini-tokens) |
1540 | (add-to-list 'elpher-gemini-tokens | 1540 | (dolist (token acdw-secrets/elpher-gemini-tokens) |
1541 | acdw-secrets/elpher-gemini-tokens))) | 1541 | (add-to-list 'elpher-gemini-tokens token)))) |
1542 | #+end_src | 1542 | #+end_src |
1543 | 1543 | ||
1544 | *** [[https://git.sr.ht/~acdw/post-to-gemlog-blue.el][post-to-gemlog-blue]] | 1544 | *** [[https://git.sr.ht/~acdw/post-to-gemlog-blue.el][post-to-gemlog-blue]] |