diff options
Diffstat (limited to 'sci-mathematics/cvc3/files/50cvc3-gentoo.el')
-rw-r--r-- | sci-mathematics/cvc3/files/50cvc3-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-mathematics/cvc3/files/50cvc3-gentoo.el b/sci-mathematics/cvc3/files/50cvc3-gentoo.el new file mode 100644 index 000000000000..8e046edf7ad1 --- /dev/null +++ b/sci-mathematics/cvc3/files/50cvc3-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(add-to-list 'auto-mode-alist '("\\.cvc\\'" . cvc-mode)) +(autoload 'cvc-mode "cvc-mode" "CVC specifications editing mode." t) |