aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index c7eba28..a2fb760 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -271,6 +271,16 @@
(kill-new url)
(message "Pasted to %s (on kill ring)" url))))
+(defvar restclien-repo "https://github.com/pashky/restclient.el.git")
+(defvar restclient-dir "~/src/restclient.el")
+
+(unless (file-directory-p restclient-dir)
+ (shell-command
+ (format "git clone %s %s" restclient-repo restclient-dir)))
+
+(add-to-list 'load-path restclient-dir)
+(require 'restclient)
+
;;; User Interface
(when (display-graphic-p)
(scroll-bar-mode -1)