Skip to content

Commit 9c5bc1c

Browse files
committed
Update test-hdl ref, add non-interactive header template
1 parent d504f59 commit 9c5bc1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/test-hdl

verilog-ext-template.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ Create it only if in a project and the Makefile does not already exist."
820820

821821
("/*" (verilog-ext-template-insert-yasnippet "/*") "Star comment" :column "Comments")
822822
("B" (verilog-ext-template-block-comment) "Block comment")
823+
("H" (verilog-ext-template-header) "Header (no prompt)")
823824
("hd" (call-interactively #'verilog-ext-template-header) "Header")
824825

825826
;;;;;;;;;;

0 commit comments

Comments
 (0)