summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode')
-rw-r--r--.emacs.d/snippets/python-mode/for1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/for b/.emacs.d/snippets/python-mode/for
index 0033c87..47ab339 100644
--- a/.emacs.d/snippets/python-mode/for
+++ b/.emacs.d/snippets/python-mode/for
@@ -1,3 +1,4 @@
1# -*- mode: snippet -*-
1# name: for ... in ... : ... 2# name: for ... in ... : ...
2# key: for 3# key: for
3# group : control structure 4# group : control structure