Cleaning up subtree_compare.
[cadabra.git] / texmacs / init-cadabra.scm
blob0dfc9e81de498fef82d6914b42a4381ed48bcc2a
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3 ;;
4 ;; MODULE      : cadabra.scm
5 ;; DESCRIPTION : Initialize cadabra plugin
6 ;; COPYRIGHT   : (C) 1999  Joris van der Hoeven
7 ;;
8 ;; This software falls under the GNU general public license and comes WITHOUT
9 ;; ANY WARRANTY WHATSOEVER. See the file $TEXMACS_PATH/LICENSE for details.
10 ;; If you don't have this file, write to the Free Software Foundation, Inc.,
11 ;; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
13 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15 (plugin-configure cadabra
16   (:require (url-exists-in-path? "cadabra"))
17   (:launch "cadabra --texmacs")
18   (:session "Cadabra"))