.guile
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 21 Dec 2022 13:23:30 +0200
changeset 1008 86630b8cd151
parent 466 4c5042015cd7
permissions -rw-r--r--
Added which to scoop completion.

;-*- mode: scheme -*-

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