Install the ob-restclient package

This commit is contained in:
Gergely Polonkai 2019-10-22 10:34:27 +02:00
parent 9a0e5e2635
commit 3d795af2ab
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 11 additions and 0 deletions

View File

@ -2485,6 +2485,16 @@ Automatically add spaces around operators.
(use-package restclient)
#+END_SRC
** REST Client power for Org-mode!
#+BEGIN_SRC emacs-lisp
(use-package ob-restclient
:after org
:init
(org-babel-do-load-languages 'org-babel-load-languages
'((restclient . t))))
#+END_SRC
** Highlight current symbol
A big help during refactoring.

View File

@ -159,6 +159,7 @@
ng2-mode
nyan-mode
nyan-prompt
ob-restclient
objed
org
org-autolist