From 910c18085f05beb02891345dd9d0a1d966c37e61 Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Fri, 30 Aug 2024 12:22:24 -0500 Subject: [PATCH] add(org): python babel code eval --- configuration.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.org b/configuration.org index f0d53c0..1c2c1e5 100644 --- a/configuration.org +++ b/configuration.org @@ -1417,6 +1417,10 @@ And a quick code sample to validate ob-async works. (org-babel-do-load-languages 'org-babel-load-languages '((shell . t))) #+end_src +*** Python support +#+begin_src elisp + (org-babel-do-load-languages 'org-babel-load-languages '((python . t))) +#+end_src * Code folding Use =M-g f= to fold the region. Use =M-g d= to delete the fold under point. Use =M-g t= to toggle the fold at point.