]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - maxima/maxima-init.lisp
82b90d4496872321f6d4b97fa21b9fb0064d88ec
[config/dotfiles.git] / maxima / maxima-init.lisp
1 ; Maxima (computer algebra system) configuration file, lisp part.
2 ;
3 ; Also have a look at maxima/maxima-init.mac.
4
5
6 ; Set directory for temporary files to ~/.maxima (used for plotting for
7 ; example). Thanks to rootzlevel in #faui2k9 on IRCnet (2011-05-28 21:52).
8 (setf *maxima-tempdir*
9       (namestring (merge-pathnames ".maxima/" (user-homedir-pathname))))