aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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,