diff options
author | David Thompson <davet@gnu.org> | 2015-05-23 20:21:59 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-23 20:24:45 -0400 |
commit | ad958deae84396c05656f5bf834ef072dbb0c0fe (patch) | |
tree | 40dee57d101ab5a87908a3f718380ba098c02ce0 | |
parent | 56236c0e1aed4166fac8bd5908f28ddc5f928c96 (diff) |
guile: Fix typo.
-rw-r--r-- | dotfiles/.guile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.guile b/dotfiles/.guile index 0a0d711..9038b3b 100644 --- a/dotfiles/.guile +++ b/dotfiles/.guile @@ -1,4 +1,4 @@ -# -*- scheme -*- +;; -*- scheme -*- (use-modules (ice-9 readline)) (activate-readline) |