>>> "Ken" == Ken Mankoff <mank...@gmail.com> writes:
> On 2016-04-10 at 11:52, Uwe Brauer <o...@mat.ucm.es> wrote: >> Thanks that works, as far as the setq are concerned, what is use-package >> supposed to do, in my GNU emacs 25 I cannot find it. > https://github.com/jwiegley/use-package > It is a replacement for (require) that takes care of installing > dependencies and defers loading. It lets me launch emacs in <2 seconds > when my old require-based init.el took ~15. That looks very interesting. I have a .emacs file which loads either my xemacs init files or my GNU emacs init files. In order to benefit from use-package can I keep this structure or must I delete the xemacs stuff and put the use-package syntax directly in that file and byte compile it?