.guile
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 28 Oct 2015 16:42:12 +0200
changeset 761 be538afc2530
parent 466 4c5042015cd7
permissions -rw-r--r--
Bolt yellow are very hard to read on white background.

;-*- mode: scheme -*-

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