aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/maxima/files/50maxima-gentoo.el')
-rw-r--r--sci-mathematics/maxima/files/50maxima-gentoo.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-mathematics/maxima/files/50maxima-gentoo.el b/sci-mathematics/maxima/files/50maxima-gentoo.el
deleted file mode 100644
index 20c739916..000000000
--- a/sci-mathematics/maxima/files/50maxima-gentoo.el
+++ /dev/null
@@ -1,12 +0,0 @@
-
-;;; maxima site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'maxima-mode "maxima" "Maxima mode" t)
-(autoload 'maxima "maxima" "Maxima interactive" t)
-(autoload 'dbl "dbl" "Make a debugger to run lisp, maxima and or gdb in" t)
-(add-to-list 'auto-mode-alist '("\\.ma?[cx]\\'" . maxima-mode))
-
-;; emaxima mode
-(autoload 'emaxima-mode "emaxima" "EMaxima" t)
-(add-hook 'emaxima-mode-hook 'emaxima-mark-file-as-emaxima)