Skip to content
Snippets Groups Projects
Commit 472bdf70d636 authored by oscarf's avatar oscarf
Browse files

(toplevel): Delay bbdb requirement to load time to avoid creating an

unnecessary package dependency
parent f1363bfb3b19
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,9 @@
;;; Code:
(require 'eudc)
(require 'bbdb)
(require 'bbdb-com)
(eval-when (load)
(require 'bbdb)
(require 'bbdb-com))
;;{{{ Internal cooking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment