etc/user-settings.sample
author nipkow
Thu, 24 Apr 1997 19:08:32 +0200
changeset 3045 4ef28e05781b
parent 2968 8ba30b031f31
child 3118 24dae6222579
permissions -rw-r--r--
Added 'induct_tac'

#
# $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