aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-guile
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-03-09 19:47:00 +0100
committerÓscar Nájera <hi@oscarnajera.com>2021-03-09 19:47:38 +0100
commit7b9965f58879e7399cae4b153bae708fdeef8da6 (patch)
tree4a8ee2bbb4e861cc85e6488117c601a000eb1245 /home-dots/dot-guile
parent57bb0f74838b54e0a2032b28b021177771f599c1 (diff)
downloaddotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.tar.gz
dotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.tar.bz2
dotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.zip
home dots in a folder
Diffstat (limited to 'home-dots/dot-guile')
-rw-r--r--home-dots/dot-guile3
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/")