diff options
author | Case Duckworth | 2020-12-01 20:10:27 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-01 20:10:27 -0600 |
commit | 94d01698f65c467f0ea26fb96526965efb3be0a3 (patch) | |
tree | 277d5cd74f07e388513ec5cbe091e0d642afc79c | |
parent | Add note to self (diff) | |
download | emacs-94d01698f65c467f0ea26fb96526965efb3be0a3.tar.gz emacs-94d01698f65c467f0ea26fb96526965efb3be0a3.zip |
Correct parentheses
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index ceaf10a..d611533 100644 --- a/config.org +++ b/config.org | |||
@@ -1477,7 +1477,7 @@ Alex Schroeder's Emacs implementation of the Titan protocol. This is why I use | |||
1477 | :config | 1477 | :config |
1478 | (when (boundp 'acdw-secrets/elpher-gemini-tokens) | 1478 | (when (boundp 'acdw-secrets/elpher-gemini-tokens) |
1479 | (add-to-list 'elpher-gemini-tokens | 1479 | (add-to-list 'elpher-gemini-tokens |
1480 | (acdw-secrets/elpher-gemini-tokens)))) | 1480 | acdw-secrets/elpher-gemini-tokens))) |
1481 | #+end_src | 1481 | #+end_src |
1482 | 1482 | ||
1483 | *** [[https://git.sr.ht/~acdw/post-to-gemlog-blue.el][post-to-gemlog-blue]] | 1483 | *** [[https://git.sr.ht/~acdw/post-to-gemlog-blue.el][post-to-gemlog-blue]] |