[Emacs] Add restclient to the list of languages usable from org

This commit is contained in:
Lucien Cartier-Tilet 2021-04-02 19:34:51 +02:00
parent 3a72387e3e
commit bc67344ba6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 1 deletions

View File

@ -2565,6 +2565,7 @@ activated. Here are the languages I activated in my Org-mode configuration:
| makefile | | makefile |
| plantuml | | plantuml |
| python | | python |
| restclient |
| sass | | sass |
| scheme | | scheme |
| shell | | shell |
@ -2580,7 +2581,7 @@ activated. Here are the languages I activated in my Org-mode configuration:
"\n ")) "\n "))
#+END_SRC #+END_SRC
#+RESULTS[4d07a2b922a402777cb23301dd35399b4f063f43]: org-babel-languages-gen #+RESULTS[27e5ca97338f4a5e6874ece62f4e34c854284c59]: org-babel-languages-gen
#+begin_example #+begin_example
'((C . t) '((C . t)
(dot . t) (dot . t)
@ -2592,6 +2593,7 @@ activated. Here are the languages I activated in my Org-mode configuration:
(makefile . t) (makefile . t)
(plantuml . t) (plantuml . t)
(python . t) (python . t)
(restclient . t)
(sass . t) (sass . t)
(scheme . t) (scheme . t)
(shell . t)) (shell . t))