summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/maxima/files/50maxima-gentoo.el')
-rw-r--r--sci-mathematics/maxima/files/50maxima-gentoo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/files/50maxima-gentoo.el b/sci-mathematics/maxima/files/50maxima-gentoo.el
index 9b7151b17850..7ec9767413a8 100644
--- a/sci-mathematics/maxima/files/50maxima-gentoo.el
+++ b/sci-mathematics/maxima/files/50maxima-gentoo.el
@@ -1,5 +1,5 @@
;; maxima mode
-(setq load-path (cons "/usr/share/maxima/PV/emacs" load-path))
+(add-to-list 'load-path "/usr/share/maxima/PV/emacs")
(autoload 'maxima-mode "maxima" "Maxima mode" t)
(autoload 'maxima "maxima" "Maxima interactive" t)
(setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist))