1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/cad/verilog-mode.el/pkg-message

12 lines
289 B
Plaintext

[
{ type: install
message: <<EOM
To use verilog-mode features in Emacs/XEmacs, add the
following lines to your Emacs configuration file (usually ~/.emacs):
(autoload 'verilog-mode "verilog-mode" "Verilog mode" t )
(add-to-list 'auto-mode-alist '("\\.[ds]?v\\'" . verilog-mode))
EOM
}
]