diff options
-rw-r--r-- | shoshimacs.el | 2 | ||||
-rw-r--r-- | shoshimacs.org | 2 |
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) |