7 lines
256 B
Text
7 lines
256 B
Text
====
|
|
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))
|
|
====
|