From 80cf0a089cea8843ea9cbe7c7892f0f4abd21a88 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 14 Apr 2023 17:00:27 +0200 Subject: Allow using more languages in org-mode --- tw/home/files/emacs-init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el index d57c5162..c23961aa 100644 --- a/tw/home/files/emacs-init.el +++ b/tw/home/files/emacs-init.el @@ -360,10 +360,14 @@ :after (org) :custom (org-confirm-babel-evaluate nil "Allow running code blocks without confirmation.") + ;; List of supported languages: + ;; https://orgmode.org/worg/org-contrib/babel/languages/index.html (org-babel-load-languages '((emacs-lisp . t) + (lisp . t) (dot . t) - (python . t)) + (python . t) + (rec . t)) ; see `ob-rec' below "Load bindings for more languages for use in #+begin_src blocks.")) (defun tw/latex-section-commands (name) -- cgit v1.2.3