summaryrefslogtreecommitdiff
path: root/packages.el
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2018-11-07 11:52:04 +0530
committerVasudev Kamath <vasudev@copyninja.info>2018-11-07 11:52:04 +0530
commit316a62178963b14b96e37c54d43d495899760720 (patch)
tree258a29af74c2e0d4b0a8cd6fcf5740bac1734a8e /packages.el
parentd2212d5cb39af0c6283e3de0a2ab1856389c5dbe (diff)
Move to bbdb3 bbdb does not build properly for DebianHEADmaster
Diffstat (limited to 'packages.el')
-rw-r--r--packages.el6
1 files changed, 6 insertions, 0 deletions
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