`package-initialize` is used to initialize the whole machinery needed
to list/download/install/remove packages, whereas here we only need to use
the installed packages.
(cherry picked from commit
ff87166227b2634e45591e8c73db9b102734ab77)
`(add-to-list 'package-directory-list ,dir))
(cons package-user-dir package-directory-list))
(setq package-load-list ',package-load-list)
- (package-initialize)))))))
+ (package-activate-all)))))))
\f
;;;; Package description buffer.