unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* package.el should be preloaded
@ 2010-10-28  7:41 Glenn Morris
  2010-10-28  7:57 ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2010-10-28  7:41 UTC (permalink / raw)
  To: emacs-devel


In startup.el, command-line contains:

  ;; Load ELPA packages.
  (and user-init-file package-enable-at-startup (package-initialize))

where both package-* are autoloaded.

package-enable-at-startup is non-nil by default, so shouldn't
package.el be preloaded, to speed up normal startup?



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-01 15:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28  7:41 package.el should be preloaded Glenn Morris
2010-10-28  7:57 ` Glenn Morris
2010-10-28 14:24   ` Stefan Monnier
2010-10-31  0:09     ` Chong Yidong
2010-11-01  1:20       ` Stefan Monnier
2010-11-01 15:01         ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).