diff options
Diffstat (limited to 'home-dots/dot-guile')
-rw-r--r-- | home-dots/dot-guile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-dots/dot-guile b/home-dots/dot-guile new file mode 100644 index 0000000..766ac36 --- /dev/null +++ b/home-dots/dot-guile @@ -0,0 +1,3 @@ +(use-modules (ice-9 readline)) +(activate-readline) +(add-to-load-path "/home/titan/dev/helpful_scripts/guile/") |