aboutsummaryrefslogtreecommitdiffstats
path: root/cad/verilog-mode.el/pkg-message
blob: 15b41e4469eee30eaddcd638527401566ccf1628 (plain) (blame)
1
2
3
4
5
6
7
====
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))
====