Install the ob-restclient package
This commit is contained in:
parent
9a0e5e2635
commit
3d795af2ab
@ -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.
|
||||
|
@ -159,6 +159,7 @@
|
||||
ng2-mode
|
||||
nyan-mode
|
||||
nyan-prompt
|
||||
ob-restclient
|
||||
objed
|
||||
org
|
||||
org-autolist
|
||||
|
Loading…
Reference in New Issue
Block a user