aboutsummaryrefslogtreecommitdiffstats
path: root/dot-guile
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2020-10-25 19:26:25 +0100
committerÓscar Nájera <hi@oscarnajera.com>2020-10-25 19:28:12 +0100
commita6fc18a1a41088258b4acd0217c892ab911e2bb1 (patch)
treef787cbb096c79d1b0c56da6c52372948cdf31f5a /dot-guile
parent697ffaa9f159120daa4a3bf2b1db3cc1c0c5b96f (diff)
downloaddotfiles-a6fc18a1a41088258b4acd0217c892ab911e2bb1.tar.gz
dotfiles-a6fc18a1a41088258b4acd0217c892ab911e2bb1.tar.bz2
dotfiles-a6fc18a1a41088258b4acd0217c892ab911e2bb1.zip
Symlink mails and remaining home dotfiles
Diffstat (limited to 'dot-guile')
-rw-r--r--dot-guile3
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/")