.guile
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 28 Jan 2017 01:45:34 +0200
changeset 821 7bfa94a26cde
parent 466 4c5042015cd7
permissions -rw-r--r--
Swap modifiers to previous assignment because I don't want to fix them in ~/.fvwm. Assign keycode to Caps_Lock before aliasing to LCtrl so ~/.xmodmaprc script can be re-evaluated without errors.

;-*- mode: scheme -*-

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