switching restclient to verb
This commit is contained in:
parent
220cd99b42
commit
fdb4c2ecc8
12
README.org
12
README.org
|
@ -3924,16 +3924,10 @@ Sometimes I need to edit CSV files quickly
|
|||
:mode ("\\.csv\\'" . csv-mode))
|
||||
#+end_src
|
||||
|
||||
*** Restclient
|
||||
Sometimes dealing with REST APIs it's easiest to do this incrementally with restclient.el
|
||||
*** Verb
|
||||
Sometimes dealing with REST APIs it's easiest to do this incrementally with verb
|
||||
#+begin_src emacs-lisp
|
||||
(use-package restclient
|
||||
:commands (restclient-mode))
|
||||
#+end_src
|
||||
|
||||
Let's also add org-babel support for this to create documentation easier.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package ob-restclient
|
||||
(use-package verb
|
||||
:after org)
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in a new issue