aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrinn DNZ <krinndnz@gmail.com>2011-10-19 13:29:41 -0700
committerKrinn DNZ <krinndnz@gmail.com>2011-10-19 13:29:41 -0700
commitecb168f73dd64b9dd6563ce172fca98f3ed64f5c (patch)
tree8568a9a4b7602f6323f45e9bc6735dbc4a8c5550
parent1f62291a67ee3ef86df0d4a2304395cdfb315b31 (diff)
downloademmet-mode-ecb168f73dd64b9dd6563ce172fca98f3ed64f5c.tar.lz
emmet-mode-ecb168f73dd64b9dd6563ce172fca98f3ed64f5c.tar.xz
emmet-mode-ecb168f73dd64b9dd6563ce172fca98f3ed64f5c.zip
Added the default emacs chord and M-x command for zencode expansion. Though we wish otherwise, source is not its own documentation, and the README's silence on how to activate the central function of the mode is a bad Thing.
-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