summaryrefslogtreecommitdiffstats
path: root/snippets/org-mode/jupyter-python-plain.yasnippet
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-05-18 03:05:07 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-05-18 03:05:07 (GMT)
commit6953823d0768cab6ecf463446f4c6d619fd1893d (patch)
tree080aec4b56b557d1c8a14722d5ecf344bdd090c4 /snippets/org-mode/jupyter-python-plain.yasnippet
parent44ae54d96459fb8e747902a5debc0c60d5f609c9 (diff)
downloaddotemacs-6953823d0768cab6ecf463446f4c6d619fd1893d.zip
dotemacs-6953823d0768cab6ecf463446f4c6d619fd1893d.tar.gz
dotemacs-6953823d0768cab6ecf463446f4c6d619fd1893d.tar.bz2
org-tempo is dead
It was not as good as yasnippet, anyway.
Diffstat (limited to 'snippets/org-mode/jupyter-python-plain.yasnippet')
-rw-r--r--snippets/org-mode/jupyter-python-plain.yasnippet7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/org-mode/jupyter-python-plain.yasnippet b/snippets/org-mode/jupyter-python-plain.yasnippet
new file mode 100644
index 0000000..0dc4d66
--- /dev/null
+++ b/snippets/org-mode/jupyter-python-plain.yasnippet
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: jupyter-python display plain block
+# key: <jp
+# --
+#+BEGIN_SRC jupyter-python :display plain
+$0
+#+END_SRC