diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-14 02:28:18 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-14 02:28:18 +0000 |
commit | de8c84b1c7a70db7b8aa99a02709f919b47ea4eb (patch) | |
tree | 31e2d25fe948013828cf88254e5a9c81665c313f /cad/verilog-mode/MESSAGE | |
parent | 6763cdc3c107202f84b0d4f66a2ca0d288a7a9bd (diff) | |
download | pkgsrc-de8c84b1c7a70db7b8aa99a02709f919b47ea4eb.tar.gz |
initial import of verilog-mode-3.60
This is a major mode for editing Verilog HDL source code under GNU Emacs or
XEmacs.
Diffstat (limited to 'cad/verilog-mode/MESSAGE')
-rw-r--r-- | cad/verilog-mode/MESSAGE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/verilog-mode/MESSAGE b/cad/verilog-mode/MESSAGE new file mode 100644 index 00000000000..67292fc2f2e --- /dev/null +++ b/cad/verilog-mode/MESSAGE @@ -0,0 +1,13 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2002/10/14 02:28:18 dmcmahill Exp $ + +You will need to add something like the following to your .emacs.el (or +default.el) file to autoload Verilog mode for Emacs. + +(setq auto-mode-alist + (append auto-mode-alist + '(("\\.v$" . verilog-mode)))) +(autoload 'verilog-mode "verilog-mode" + "Major mode for editing Verilog HDL sources." t) + +=========================================================================== |