summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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))
+