diff options
Diffstat (limited to 'shoshimacs.org')
-rw-r--r-- | shoshimacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
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) |