diff options
Diffstat (limited to '.emacs.d/snippets/python-mode/utf8')
| -rw-r--r-- | .emacs.d/snippets/python-mode/utf8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/utf8 b/.emacs.d/snippets/python-mode/utf8 new file mode 100644 index 0000000..2ebd82e --- /dev/null +++ b/.emacs.d/snippets/python-mode/utf8 | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: utf-8 encoding | ||
| 3 | # key: utf8 | ||
| 4 | # -- | ||
| 5 | # -*- coding: utf-8 -*- | ||
