diff options
author | Yuchen Pei <id@ypei.org> | 2024-12-26 10:30:23 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-12-26 10:30:23 +1100 |
commit | fffd9a8326a7b676338c339e04aaba15c7da72b3 (patch) | |
tree | af4807c24581e44dc2b4e115822d69b0b760e4b6 | |
parent | cdcda7feb9a5b9a4530be09149537217148b848e (diff) |
Fixing a typo
And now we have a working xitter client.
Yes this is why it didn't work. Let it be a lesson (of what? I don't
know).
-rw-r--r-- | exitter.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -320,7 +320,7 @@ (replace-regexp-in-string "&" "%26" (replace-regexp-in-string - "=" "%3d" + "=" "%3D" (replace-regexp-in-string "%" "%25" (replace-regexp-in-string |