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