diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-10 19:50:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-10 19:50:08 -0500 |
commit | 34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4 (patch) | |
tree | 8f866c612100849fd001aaa1a0ac9ffcb5746812 | |
parent | 7a2b1ce8f83af095ec97c117c3729fce725fbcfd (diff) | |
download | emmet-mode-34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4.tar.lz emmet-mode-34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4.tar.xz emmet-mode-34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4.zip |
cleanup
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -1,21 +1,14 @@ __This is a fork of [zencoding-mode](https://github.com/rooney/zencoding) to support [Emmet](https://emmet.io/)'s feature set.__ -## About zencoding-mode - -[zencoding-mode](https://github.com/rooney/zencoding) is a minor mode providing support for Zen Coding by producing HTML from CSS-like selectors. See [README](https://github.com/rooney/zencoding/blob/master/README.md) - -## About Emmet -Zen Coding has been renamed to [Emmet](https://emmet.io/) and includes an expanded feature set. - ## Abbreviation Examples -- [HTML abbreviations](https://github.com/smihica/emmet#html-abbreviations) -- [CSS abbreviations](https://github.com/smihica/emmet#css-abbreviations) +- [HTML abbreviations](#html-abbreviations) +- [CSS abbreviations](#css-abbreviations) ## Emmet Actions -- [Go to Edit Point](https://github.com/smihica/emmet#go-to-edit-point) +- [Go to Edit Point](#go-to-edit-point) ## Supported Emacs |