From 1f02beed487906a8be49f59dff91d16e7e5fd775 Mon Sep 17 00:00:00 2001 From: grue Date: Tue, 21 Feb 2006 13:53:51 +0000 Subject: [PATCH] add configuration file darcs-hash:43c738d7ed2c230dce954eed2555eab46331b088 --- iflib.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 iflib.cfg diff --git a/iflib.cfg b/iflib.cfg new file mode 100644 index 0000000..ec7c6e8 --- /dev/null +++ b/iflib.cfg @@ -0,0 +1,9 @@ +;;;; -*- mode:lisp -*- + +((ltk:*wish-pathname* . "wish84.exe") + (*debug* . t) + (*hard-quit* . nil) + (*repl-mode* . nil) + (*library-file-if* . "if.fas") + (*library-file-iflib* . "iflib.fas") + (*library-file-verbs* . "verbs.fas")) \ No newline at end of file -- 2.31.1