diff options
author | smihica <smihica@gmail.com> | 2016-05-02 03:56:34 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2016-05-02 03:56:34 +0900 |
commit | 8008eeb95adcc07b2738780eaa38b8f92e658845 (patch) | |
tree | 57c6dd8e4ab8d478000c1224e17c17551d8663dd | |
parent | 355e01a29208d066a52f962fc81075d0fc882b58 (diff) | |
download | emmet-mode-8008eeb95adcc07b2738780eaa38b8f92e658845.tar.lz emmet-mode-8008eeb95adcc07b2738780eaa38b8f92e658845.tar.xz emmet-mode-8008eeb95adcc07b2738780eaa38b8f92e658845.zip |
Updated README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -69,6 +69,13 @@ If you want to use emmet with react-js's JSX, you probably want emmet to expand (setq emmet-expand-jsx-className? t) ;; default nil +If you want to customize Self-closing tags style: + + (setq emmet-self-closing-tag-style \" /\") ;; default \"/\" + + ;; only \" /\", \"/\" and \"\" are valid. + ;; eg. <meta />, <meta/>, <meta> + ## Usage Place point in a emmet snippet and press C-j to expand it (or alternatively, |