Skip to content

Commit

Permalink
add(org): python babel code eval
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Aug 30, 2024
1 parent 350cad2 commit 910c180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 910c180

Please sign in to comment.