From cf130982dbd4f4f428de34271a1c7c203d74779e Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 19 Nov 2019 14:29:42 -0600 Subject: [PATCH] Add ob-restclient to org config. --- applicationConfiguration/.emacs/jlj-org.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/applicationConfiguration/.emacs/jlj-org.el b/applicationConfiguration/.emacs/jlj-org.el index 77808fd..21b728c 100644 --- a/applicationConfiguration/.emacs/jlj-org.el +++ b/applicationConfiguration/.emacs/jlj-org.el @@ -21,7 +21,8 @@ (org-babel-do-load-languages 'org-babel-load-languages '((python . t) - (matlab . t))) + (matlab . t) + (restclient . t))) @@ -60,6 +61,10 @@ :config (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) +(use-package ob-restclient + :ensure t + :after org) + ;; configure the org protocol (org-load-modules-maybe t) (require 'org-protocol)