From 316a62178963b14b96e37c54d43d495899760720 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Wed, 7 Nov 2018 11:52:04 +0530 Subject: Move to bbdb3 bbdb does not build properly for Debian --- packages.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages.el') diff --git a/packages.el b/packages.el index 1aa0c14..6c7c898 100644 --- a/packages.el +++ b/packages.el @@ -31,11 +31,17 @@ (defconst notmuch-packages '( + bbdb notmuch smtpmail-multi gnus )) +(defun notmuch/init-bbdb () + (use-package bbdb + :defer t) + ) + (defun notmuch/init-notmuch () (use-package notmuch :defer t -- cgit v1.2.3