diff options
Diffstat (limited to '.emacs.d/snippets/markdown-mode/utf8')
| -rw-r--r-- | .emacs.d/snippets/markdown-mode/utf8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/markdown-mode/utf8 b/.emacs.d/snippets/markdown-mode/utf8 new file mode 100644 index 0000000..0b39d88 --- /dev/null +++ b/.emacs.d/snippets/markdown-mode/utf8 | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: UTF-8 encoding | ||
| 3 | # key: utf8 | ||
| 4 | # contributor: Thiago Perrotta | ||
| 5 | # -- | ||
| 6 | <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> | ||
| 7 | $0 \ No newline at end of file | ||
