summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-02 18:39:38 -0600
committerCase Duckworth2020-12-02 18:40:02 -0600
commit708a6ce6c6c16c76b109cb75cfb5907333dab17d (patch)
tree133fc1fe7f6c67b5ff8ce12df394f47cb50a70b2 /config.org
parentUpdate README (diff)
downloademacs-708a6ce6c6c16c76b109cb75cfb5907333dab17d.tar.gz
emacs-708a6ce6c6c16c76b109cb75cfb5907333dab17d.zip
Fix (hopefully, finally) elpher-gemini-tokens
Of course, it won't /actually/ be fixed until I figure out how to use .authinfo
or something.
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
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]]