aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-guile
blob: 8e99ee02835b4640ea325454e4145f8b0824a2ef (plain)
1
2
3
4
5
6
(use-modules (ice-9 readline))
(activate-readline)
(add-to-load-path
 (string-append
  (passwd:dir (getpwuid (geteuid)))
  "/dev/dotfiles/lib/guile/" ))