aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmihica <smihica@gmail.com>2016-05-02 03:56:34 +0900
committersmihica <smihica@gmail.com>2016-05-02 03:56:34 +0900
commit8008eeb95adcc07b2738780eaa38b8f92e658845 (patch)
tree57c6dd8e4ab8d478000c1224e17c17551d8663dd
parent355e01a29208d066a52f962fc81075d0fc882b58 (diff)
downloademmet-mode-8008eeb95adcc07b2738780eaa38b8f92e658845.tar.lz
emmet-mode-8008eeb95adcc07b2738780eaa38b8f92e658845.tar.xz
emmet-mode-8008eeb95adcc07b2738780eaa38b8f92e658845.zip
Updated README.md
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0ea6ded..034ba00 100644
--- a/README.md
+++ b/README.md
@@ -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,