summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages.el b/packages.el
index 42a5ad5..1aa0c14 100644
--- a/packages.el
+++ b/packages.el
@@ -34,7 +34,6 @@
notmuch
smtpmail-multi
gnus
- bbdb
))
(defun notmuch/init-notmuch ()
@@ -51,8 +50,3 @@
(use-package gnus
:defer t
))
-
-(defun notmuch/init-bbdb ()
- (use-package bbdb
- :defer t
- ))