diff options
| author | Simeon Simeonov | 2015-10-02 08:59:14 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2015-10-02 08:59:14 +0200 |
| commit | f80bf5d7ddb1c336f06dc35d5a8ffabc8e9232a9 (patch) | |
| tree | 50679046f258bbfa8b0db3d0dc4b7f9a37d5117b /.emacs.d/snippets/python-mode | |
| parent | f78074a490a25e6cdce112e4fda4ba6c28ad1751 (diff) | |
Added snippets/python-mode/enc
Diffstat (limited to '.emacs.d/snippets/python-mode')
| -rw-r--r-- | .emacs.d/snippets/python-mode/enc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/enc b/.emacs.d/snippets/python-mode/enc new file mode 100644 index 0000000..e268ea3 --- /dev/null +++ b/.emacs.d/snippets/python-mode/enc | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: enc | ||
| 3 | # key: enc | ||
| 4 | # -- | ||
| 5 | # -*- coding: utf-8 -*- | ||
