summaryrefslogtreecommitdiff
path: root/sci-mathematics/cvc3/files
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/cvc3/files')
-rw-r--r--sci-mathematics/cvc3/files/50cvc3-gentoo.el3
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 00000000000..8e046edf7ad
--- /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)