diff options
author | Ron Panduwana <panduwana@gmail.com> | 2011-11-16 16:54:54 -0800 |
---|---|---|
committer | Ron Panduwana <panduwana@gmail.com> | 2011-11-16 16:54:54 -0800 |
commit | 5cd8042040883da8fc54784a9dbf7f68bb9568b7 (patch) | |
tree | 8568a9a4b7602f6323f45e9bc6735dbc4a8c5550 | |
parent | 1f62291a67ee3ef86df0d4a2304395cdfb315b31 (diff) | |
parent | ecb168f73dd64b9dd6563ce172fca98f3ed64f5c (diff) | |
download | emmet-mode-5cd8042040883da8fc54784a9dbf7f68bb9568b7.tar.lz emmet-mode-5cd8042040883da8fc54784a9dbf7f68bb9568b7.tar.xz emmet-mode-5cd8042040883da8fc54784a9dbf7f68bb9568b7.zip |
Merge pull request #2 from krinndnz/master
Thanks. Sorry for the late reply.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -44,7 +44,9 @@ to auto-load on your sgml modes: (add-hook 'sgml-mode-hook 'zencoding-mode) ;; Auto-start on any markup modes -Good to go. +Good to go: place point in a zencoding snippet and press C-j to expand it (or +alternatively, alias your preferred keystroke to M-x zencoding-expand-line) and +you'll transform your snippet into the appropriate tag structure. # Examples |