diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-07-20 13:48:09 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-07-20 13:48:09 -0400 |
commit | c82b2b2917bf9449a6aff2b7ab35fd7f1daa9f55 (patch) | |
tree | cc1a375f83e5995d9627a2a3a567a8b6b02e9787 | |
parent | 7ba2587cd5abe5c3de5817fd383e515fa52e79cc (diff) |
Add guile.
-rw-r--r-- | dotfiles/guile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/guile b/dotfiles/guile new file mode 100644 index 0000000..728e4a9 --- /dev/null +++ b/dotfiles/guile @@ -0,0 +1,2 @@ +(use-modules (ice-9 readline)) +(activate-readline)
\ No newline at end of file |