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. -k.