From bc67344ba647bb4ab7e3f608bac2d9c3ef2293db Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 2 Apr 2021 19:34:51 +0200 Subject: [PATCH] [Emacs] Add restclient to the list of languages usable from org --- org/config/emacs.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 31ac375..ffcc820 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2565,6 +2565,7 @@ activated. Here are the languages I activated in my Org-mode configuration: | makefile | | plantuml | | python | +| restclient | | sass | | scheme | | shell | @@ -2580,7 +2581,7 @@ activated. Here are the languages I activated in my Org-mode configuration: "\n ")) #+END_SRC -#+RESULTS[4d07a2b922a402777cb23301dd35399b4f063f43]: org-babel-languages-gen +#+RESULTS[27e5ca97338f4a5e6874ece62f4e34c854284c59]: org-babel-languages-gen #+begin_example '((C . t) (dot . t) @@ -2592,6 +2593,7 @@ activated. Here are the languages I activated in my Org-mode configuration: (makefile . t) (plantuml . t) (python . t) + (restclient . t) (sass . t) (scheme . t) (shell . t))