aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Panduwana <panduwana@gmail.com>2011-11-16 16:54:54 -0800
committerRon Panduwana <panduwana@gmail.com>2011-11-16 16:54:54 -0800
commit5cd8042040883da8fc54784a9dbf7f68bb9568b7 (patch)
tree8568a9a4b7602f6323f45e9bc6735dbc4a8c5550
parent1f62291a67ee3ef86df0d4a2304395cdfb315b31 (diff)
parentecb168f73dd64b9dd6563ce172fca98f3ed64f5c (diff)
downloademmet-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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8aa660c..c29a4af 100644
--- a/README.md
+++ b/README.md
@@ -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