aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsmihica <smihica@gmail.com>2015-10-06 10:50:42 +0900
committersmihica <smihica@gmail.com>2015-10-06 10:50:42 +0900
commit5334790a32d708186ab6bd3982c123d118960aec (patch)
tree71202bd64b1881236ae3b3269af8b73ee84c97e7 /README.md
parent4bcc5ff83477929a704a3abf822b5c9161d399c2 (diff)
downloademmet-mode-5334790a32d708186ab6bd3982c123d118960aec.tar.lz
emmet-mode-5334790a32d708186ab6bd3982c123d118960aec.tar.xz
emmet-mode-5334790a32d708186ab6bd3982c123d118960aec.zip
Added JSX's test and document.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4abf11b..0ea6ded 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,10 @@ Or if you don't want to move cursor after expanding:
(setq emmet-move-cursor-after-expanding nil) ;; default t
+If you want to use emmet with react-js's JSX, you probably want emmet to expand 'className="..."' instead of 'class="..."':
+
+ (setq emmet-expand-jsx-className? t) ;; default nil
+
## Usage
Place point in a emmet snippet and press C-j to expand it (or alternatively,