diff options
Diffstat (limited to 'packages.el')
-rw-r--r-- | packages.el | 6 |
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 |