diff options
author | Krinn DNZ <krinndnz@gmail.com> | 2011-10-19 13:29:41 -0700 |
---|---|---|
committer | Krinn DNZ <krinndnz@gmail.com> | 2011-10-19 13:29:41 -0700 |
commit | ecb168f73dd64b9dd6563ce172fca98f3ed64f5c (patch) | |
tree | 8568a9a4b7602f6323f45e9bc6735dbc4a8c5550 | |
parent | 1f62291a67ee3ef86df0d4a2304395cdfb315b31 (diff) | |
download | emmet-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.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 |