mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(javascript): emmet-expand-jsx-className? = t
So emmet expands class snippets to className="..." instead of class="...". Fix #5556
This commit is contained in:
@ -142,7 +142,11 @@
|
||||
typescript-indent-level
|
||||
(or (and (bound-and-true-p tide-mode)
|
||||
(plist-get (tide-tsfmt-options) :indentSize))
|
||||
typescript-indent-level)))
|
||||
typescript-indent-level)
|
||||
|
||||
;; Fix #5556: expand .x to className="x" instead of class="x", if
|
||||
;; `emmet-mode' is used.
|
||||
emmet-expand-jsx-className? t))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user