Fix emmet for non-evil users

This commit is contained in:
Henrik Lissner 2020-04-18 21:08:41 -04:00
parent ce93b6d144
commit 5d51d4e4a6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -14,8 +14,8 @@
(setq-hook! 'rjsx-mode-hook emmet-expand-jsx-className? t)
(map! :map emmet-mode-keymap
:v [tab] #'emmet-wrap-with-markup
:i [tab] #'+web/indent-or-yas-or-emmet-expand
:i "M-E" #'emmet-expand-line))
[tab] #'+web/indent-or-yas-or-emmet-expand
"M-E" #'emmet-expand-line))
;;