From da0ebd7959d2298e0e25ec92909acac262316481 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 21 Jun 2015 13:35:21 -0700 Subject: [PATCH] rest-client --- dotfiles/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index a3f10b69..3955ed68 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -585,6 +585,9 @@ The current directory is assumed to be the project's root otherwise." :demand t :bind ("M-z" . zop-to-char)) +(use-package restclient + :ensure t) + ;; ============================================================================= ;; Non-Programming Stuff ;; =============================================================================