restclient org babel stuff

This commit is contained in:
Eli Mellen 2019-09-04 11:32:52 -04:00
parent ef612ac8b6
commit cdf41fc852
1 changed files with 5 additions and 0 deletions

View File

@ -193,6 +193,11 @@ Who needs Postman when you've got emacs!?
#+BEGIN_SRC emacs-lisp
(use-package restclient
:ensure t)
(use-package ob-restclient
:ensure t
:init (org-babel-do-load-languages
'org-babel-load-languages
'((restclient . t))))
#+END_SRC
*** Clojure