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.