The verilog-mode package contains this code:
(define-skeleton verilog-sk-header-tmpl "Insert a comment block containing the module title, author, etc." "[Description]: " "// -*- Mode: Verilog -*-" "\n// Filename : " (buffer-name) "\n// Description : " str "\n// Author : " (user-full-name) "\n// Created On : " (current-time-string) "\n// Last Modified By: ." "\n// Last Modified On: ." "\n// Update Count : 0" "\n// Status : Unknown, Use with caution!" "\n") What is the cleanest and best way to redefine it in my .emacs init file ?