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