summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-05 06:12:43 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-05 06:12:43 +0000
commit0f2d3ed2fd065cac9b16a4908d7a6a4dfb1c300f (patch)
tree34a5d5c00e69388898838c0ca7a4a5c2d670fc38 /app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
parentrun autoconf/autoheader after applying the acl patch #66299 (Manifest recommit) (diff)
downloadgentoo-2-0f2d3ed2fd065cac9b16a4908d7a6a4dfb1c300f.tar.gz
gentoo-2-0f2d3ed2fd065cac9b16a4908d7a6a4dfb1c300f.tar.bz2
gentoo-2-0f2d3ed2fd065cac9b16a4908d7a6a4dfb1c300f.zip
Initial import. Ebuild submitted by Michael Hordijk <hoffbrinkle@hotmail.com>. This closes bug #65953.
Diffstat (limited to 'app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el')
-rw-r--r--app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
new file mode 100644
index 000000000000..841ef7d72da6
--- /dev/null
+++ b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
@@ -0,0 +1,7 @@
+
+;;;
+;;; VHDL mode
+;;;
+(autoload 'vhdl-mode "vhdl-mode" "VHDL Mode" t)
+(setq auto-mode-alist (cons '("\\.vhdl?\\'" . vhdl-mode) auto-mode-alist))
+