~ruther/emacs.d

51d76f96a83e92041c2aab61e788911512928428 — Rutherther 5 months ago 901567d
fix: remove missing function vhdl-mode hook
1 files changed, 1 insertions(+), 2 deletions(-)

M init.el
M init.el => init.el +1 -2
@@ 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")

Do not follow this link