aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2023-01-21 15:29:14 -0600
committerGrant Shangreaux <grant@unabridgedsoftware.com>2023-01-21 15:29:14 -0600
commit70a6011e0e0848e95b97bc817579f056108b95fb (patch)
tree5fd4ca650f4c17f6d0e18ad94cad918a14e99089
parent26921d37cb6a79d411432cd71ba6520d4dc17e5b (diff)
Fix: restclient-repo typo
-rw-r--r--shoshimacs.el2
-rw-r--r--shoshimacs.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index ecc6417..14a0d40 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -278,7 +278,7 @@
(kill-new url)
(message "Pasted to %s (on kill ring)" url))))
-(defvar restclien-repo "https://github.com/pashky/restclient.el.git")
+(defvar restclient-repo "https://github.com/pashky/restclient.el.git")
(defvar restclient-dir "~/src/restclient.el")
(unless (file-directory-p restclient-dir)
diff --git a/shoshimacs.org b/shoshimacs.org
index fe1b1f0..c9ba316 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -930,7 +930,7 @@ an API token is stored in my ~.authinfo~ file.
** restclient
#+begin_src emacs-lisp
- (defvar restclien-repo "https://github.com/pashky/restclient.el.git")
+ (defvar restclient-repo "https://github.com/pashky/restclient.el.git")
(defvar restclient-dir "~/src/restclient.el")
(unless (file-directory-p restclient-dir)