[Emacs] Add restclient to the list of languages usable from org
This commit is contained in:
parent
3a72387e3e
commit
bc67344ba6
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user