help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use-package


From: Stefan Monnier
Subject: Re: use-package
Date: Thu, 05 May 2016 19:41:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> You mean autoload instead of require,

Pretty much, yes.  Using `require' in your .emacs should generally not
be necessary (except for things like (require 'seq) or (require 'cl-lib)
which you may want in order to use cl-lib functions in your .emacs) and
is a significant source of slowness.

But for all those packages you mention, you shouldn't need to setup any
autoloads, because they should already be setup for you.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]