summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/python-mode/while
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/python-mode/while')
-rw-r--r--.emacs.d/mysnippets/text-mode/python-mode/while4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/python-mode/while b/.emacs.d/mysnippets/text-mode/python-mode/while
new file mode 100644
index 0000000..704dd7c
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/python-mode/while
@@ -0,0 +1,4 @@
1#name : while ... : ...
2# --
3while ${condition}:
4 $0 \ No newline at end of file