user-config/guile/.guile: Use texinfo reflection in guile repl's

This commit is contained in:
Collin J. Doering 2022-12-11 23:43:14 -05:00
parent dcdc0a9e1e
commit 491b94d15f
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@
;; Use guile-colorized
(use-modules (ice-9 colorized))
(activate-colorized)
;; Enables 'help' function from the texinfo reflection module
(use-modules (texinfo reflection))