From 51d76f96a83e92041c2aab61e788911512928428 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 11 Oct 2024 12:58:12 +0200 Subject: [PATCH] fix: remove missing function vhdl-mode hook --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 624ec50..4d1bbae 100644 --- a/init.el +++ b/init.el @@ -1309,8 +1309,7 @@ "a c" '(vhdl-align-inline-comment-group :wk "Align comment group")) :hook ((vhdl-mode . vhdl-electric-mode) - (vhdl-mode . vhdl-stutter-mode) - (vhdl-mode . my/disable-eglot-completion)) + (vhdl-mode . vhdl-stutter-mode)) :custom (vhdl-clock-edge-condition 'function) (vhdl-clock-name "clk_i") -- 2.48.1