diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-05-30 18:49:29 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-05-30 20:03:25 +0200 |
commit | 1a4e6e590bd33595e8d6fe497d4b0e940f9594c1 (patch) | |
tree | d72fda8ae12f807e774db165a775c3d5b6fe2529 /bin | |
parent | 23aeaadab0061130e0b0f5207e62ec20cbfe9dbb (diff) | |
download | dotfiles-1a4e6e590bd33595e8d6fe497d4b0e940f9594c1.tar.gz dotfiles-1a4e6e590bd33595e8d6fe497d4b0e940f9594c1.tar.bz2 dotfiles-1a4e6e590bd33595e8d6fe497d4b0e940f9594c1.zip |
fixes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tagmail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tagmail b/bin/tagmail index c3eae68..a562c03 100755 --- a/bin/tagmail +++ b/bin/tagmail @@ -11,6 +11,7 @@ (string-append (passwd:dir (getpwuid (geteuid))) "/dev/helpful_scripts/guile/" )) +(add-to-load-path "/usr/share/guile-lib/") (use-modules (ffi notmuch) |