Skip to content

Commit

Permalink
[60_10] Maxima: fix for maxima entry
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 25, 2024
1 parent 3e11b09 commit bc2f5b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TeXmacs/plugins/maxima/progs/init-maxima.scm
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
(else (string-append s ";\n")))))

(define (maxima-entry)
(raw-quote
(string-quote
(if (url-exists? "$TEXMACS_HOME_PATH/plugins/maxima")
(system-url->string "$TEXMACS_HOME_PATH/plugins/maxima/lisp/texmacs-maxima.lisp")
(system-url->string "$TEXMACS_PATH/plugins/maxima/lisp/texmacs-maxima.lisp"))))
(url->system "$TEXMACS_HOME_PATH/plugins/maxima/lisp/texmacs-maxima.lisp")
(url->system "$TEXMACS_PATH/plugins/maxima/lisp/texmacs-maxima.lisp"))))

(define (maxima-launchers)
(if (os-win32?)
Expand Down

0 comments on commit bc2f5b8

Please sign in to comment.