mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix emmet for non-evil users
This commit is contained in:
@ -14,8 +14,8 @@
|
|||||||
(setq-hook! 'rjsx-mode-hook emmet-expand-jsx-className? t)
|
(setq-hook! 'rjsx-mode-hook emmet-expand-jsx-className? t)
|
||||||
(map! :map emmet-mode-keymap
|
(map! :map emmet-mode-keymap
|
||||||
:v [tab] #'emmet-wrap-with-markup
|
:v [tab] #'emmet-wrap-with-markup
|
||||||
:i [tab] #'+web/indent-or-yas-or-emmet-expand
|
[tab] #'+web/indent-or-yas-or-emmet-expand
|
||||||
:i "M-E" #'emmet-expand-line))
|
"M-E" #'emmet-expand-line))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user