From 0a12ccae495aa1b2aa2dea0d942fedaeb4938747 Mon Sep 17 00:00:00 2001 From: Basil Sh Date: Sat, 19 Mar 2022 22:39:34 +0700 Subject: [PATCH] fix(web): web-mode-attribute-transpose on wrong key --- modules/lang/web/+html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index 295186a44..37ed70cfe 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -98,7 +98,7 @@ "s" #'web-mode-attribute-select "k" #'web-mode-attribute-kill "p" #'web-mode-attribute-previous - "p" #'web-mode-attribute-transpose) + "t" #'web-mode-attribute-transpose) (:prefix ("b" . "block") "b" #'web-mode-block-beginning "c" #'web-mode-block-close