.guile
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 11 Jul 2012 00:21:46 +0300
changeset 485 12264ea1afad
parent 466 4c5042015cd7
permissions -rw-r--r--
Set new font which seems acceptable for ASCII, Greek, Cyrillic and IPA. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11889

;-*- mode: scheme -*-

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