summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/for
diff options
context:
space:
mode:
authorSimeon Simeonov2019-03-20 12:58:35 +0100
committerSimeon Simeonov2019-03-20 12:58:35 +0100
commit8d4b6e4a5dbd7ce8bbe3f8b545bff0c2d888df64 (patch)
tree29a533124c29cacb0034e7fec4e18dbb092f6a8d /.emacs.d/snippets/python-mode/for
parentf2214365df0970ec3c82bbab318d1ed10371ba2d (diff)
Cosmetic changes in .emacs.d/snippets/nxml-mode and .emacs.d/snippets/python-mode
Diffstat (limited to '.emacs.d/snippets/python-mode/for')
-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