From ecb168f73dd64b9dd6563ce172fca98f3ed64f5c Mon Sep 17 00:00:00 2001 From: Krinn DNZ Date: Wed, 19 Oct 2011 13:29:41 -0700 Subject: 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3