etc/user-settings.sample
author wenzelm
Thu, 17 Apr 1997 10:30:57 +0200
changeset 2968 8ba30b031f31
parent 2937 9d31c472d0b0
child 3118 24dae6222579
permissions -rw-r--r--
eliminated PLATFORM;

#
# $Id$
#
# Isabelle user settings sample -- may be copied to ~/isabelle/etc/settings.
#

###
### Compilation options
###

#ISABELLE_USEDIR_OPTIONS="-h true -g true"


###
### Heap files
###

#ISABELLE_PATH=other-places-where-heaps-may-reside:$ISABELLE_PATH

#DEFAULT_LOGIC=ZF


###
### Interfaces
###

# Simple xterm based interface.
#ISABELLE_INTERFACE=xterm
#ISABELLE_INTERFACE_OPTIONS="-g 80x50 -s false"

# GNU Emacs running Isamode.
#ISABELLE_INTERFACE=emacs
#ISABELLE_INTERFACE_OPTIONS=""
#ISAMODE_HOME=$ISABELLE_HOME/contrib/Isamode