From 3d795af2ab429120be04d389644ad9762a89e9a8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 22 Oct 2019 10:34:27 +0200 Subject: [PATCH] Install the ob-restclient package --- configuration.org | 10 ++++++++++ customizations.el | 1 + 2 files changed, 11 insertions(+) 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