diff options
Diffstat (limited to 'app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el')
-rw-r--r-- | app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el | 3 |
1 files changed, 3 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..eaf968096ab9 --- /dev/null +++ b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'vhdl-mode "vhdl-mode" "VHDL Mode" t) +(add-to-list 'auto-mode-alist '("\\.vhdl?\\'" . vhdl-mode)) |