doomconfig/snippets/org-mode/python

9 lines
123 B
Plaintext
Raw Normal View History

2025-04-15 09:47:15 +02:00
# -*- mode: snippet -*-
# name: python
# key: python
# condition: t
# --
#+begin_src python :session *Python*
$0
#+end_src