diff --git a/configuration.org b/configuration.org index 3cf460f..20ac450 100644 --- a/configuration.org +++ b/configuration.org @@ -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. diff --git a/customizations.el b/customizations.el index 4db09b5..3bdb4c1 100644 --- a/customizations.el +++ b/customizations.el @@ -159,6 +159,7 @@ ng2-mode nyan-mode nyan-prompt + ob-restclient objed org org-autolist