diff options
author | Case Duckworth | 2020-12-02 18:39:38 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-02 18:40:02 -0600 |
commit | 708a6ce6c6c16c76b109cb75cfb5907333dab17d (patch) | |
tree | 133fc1fe7f6c67b5ff8ce12df394f47cb50a70b2 | |
parent | Update README (diff) | |
download | emacs-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.
-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]] |