Install ob-restclient
This commit is contained in:
parent
5c94677988
commit
e5836796a2
1 changed files with 8 additions and 0 deletions
|
|
@ -318,6 +318,14 @@
|
|||
:config
|
||||
(minions-mode)))
|
||||
|
||||
(use-package ob-restclient
|
||||
:after org
|
||||
:config
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
(append org-babel-load-languages
|
||||
'((restclient . t)))))
|
||||
|
||||
(use-package ob-swift
|
||||
:after org
|
||||
:config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue