aboutsummaryrefslogtreecommitdiffstats
path: root/lib/guile/ffi/notmuch.ffi
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-11-28 17:50:11 +0100
committerÓscar Nájera <hi@oscarnajera.com>2022-11-28 17:50:11 +0100
commit7ed04b079df07d77ab22a46e2cb9e505402fe59c (patch)
tree3bbe7564730cf793008f56b082031f26a3aa8ac4 /lib/guile/ffi/notmuch.ffi
parent5168eaf3c7d1808625a3918b0f133bdf26d9c7ec (diff)
downloaddotfiles-7ed04b079df07d77ab22a46e2cb9e505402fe59c.tar.gz
dotfiles-7ed04b079df07d77ab22a46e2cb9e505402fe59c.tar.bz2
dotfiles-7ed04b079df07d77ab22a46e2cb9e505402fe59c.zip
Update notmuch guile bindings
Use a makefile to remember how to do it
Diffstat (limited to 'lib/guile/ffi/notmuch.ffi')
-rw-r--r--lib/guile/ffi/notmuch.ffi5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/guile/ffi/notmuch.ffi b/lib/guile/ffi/notmuch.ffi
index 1f8bfce..e404510 100644
--- a/lib/guile/ffi/notmuch.ffi
+++ b/lib/guile/ffi/notmuch.ffi
@@ -1,4 +1,5 @@
+;; -*- mode: scheme; -*-
(define-ffi-module (ffi notmuch)
- ; #:pkg-config "notmuch"
- #:library '("libnotmuch")
+ ;; #:pkg-config "notmuch"
+ #:library '("libnotmuch")
#:include '("notmuch.h"))