aboutsummaryrefslogtreecommitdiffstats
path: root/lib/guile/ffi/notmuch.ffi
diff options
context:
space:
mode:
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"))