From 1675c8bc36392e327f10daf37021d256c86fb354 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 30 Sep 2023 23:18:37 +0200 Subject: org: load more babel languages --- lisp/init-org.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp') diff --git a/lisp/init-org.el b/lisp/init-org.el index 249770f..1275a0a 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -87,6 +87,12 @@ ;; set export backends (setq org-export-backends '(ascii html md)) + ;; babel languages + (setq org-babel-load-languages '((emacs-lisp . t) + (python . t) + (shell . t)) + org-babel-python-command "python3") + :config ;; enable template expansion when typing