diff options
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) |