diff options
Diffstat (limited to '.emacs.d/snippets/python-mode/while')
| -rw-r--r-- | .emacs.d/snippets/python-mode/while | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/snippets/python-mode/while b/.emacs.d/snippets/python-mode/while deleted file mode 100644 index 7b3539c..0000000 --- a/.emacs.d/snippets/python-mode/while +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: while | ||
| 3 | # key: wh | ||
| 4 | # group: control structure | ||
| 5 | # -- | ||
| 6 | while ${1:True}: | ||
| 7 | $0 \ No newline at end of file | ||
