.guile
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Oct 2012 21:39:52 +0300
changeset 578 c4ed974c79ce
parent 466 4c5042015cd7
permissions -rw-r--r--
Add user and host info to xterm title.

;-*- mode: scheme -*-

;; Readline support.
(use-modules (ice-9 readline))
(activate-readline)
(readline-enable 'history-file)
(readline-set! history-length 10000)