Modules The module timu-bits.el in my Emacs configuration is the first to loaded after the init file. Why? It handles packages and the proper loading of all other modules. Commands and functions timu-bits-install-packages I quite like the way Emacs Prelude handles automatic package installation. This means of course stealing some code here. What I did not like was the fact that this is split into several functions. I reworked this into one single function. This checks whether the packages in ...