From b4531dd359827c0cf1b67493ec0ef403d8737f3f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 3 Jun 2024 15:42:33 -0400 Subject: [PATCH] tweak(web): remove M-/ keybind As brought up in #7866, M-/ is bound to dabbrev-expand by default. Also, a `M-;` keybind already exists on web-mode-map for commenting (and is the vanilla default for commenting in other modes), so I'm removing this redundant keybind. Close: #7866 Co-authored-by: kuba-orlik --- modules/lang/web/+html.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index 7baff19db..bb0d9b23c 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -142,7 +142,6 @@ "p" #'web-mode-tag-previous "s" #'web-mode-tag-select)) - :g "M-/" #'web-mode-comment-or-uncomment :i "SPC" #'self-insert-command :n "za" #'web-mode-fold-or-unfold :nv "]a" #'web-mode-attribute-next