refactor(init): Refactor package installation process

Refactors package installation to be slightly more sane, for example
package-refresh-contents will only be called if packages are missing.

Removes some other old cruft, too, and paves way for a slightly
different initialisation process.
This commit is contained in:
Vincent Ambo 2017-11-12 19:46:14 +01:00 committed by Vincent Ambo
parent 5fcabc204a
commit 99d9981dd9
2 changed files with 50 additions and 44 deletions

6
init/theme.el Normal file
View file

@ -0,0 +1,6 @@
;;; theme.el --- Editor theming. -*- lexical-binding: t; -*-
;; Configure smart mode line
(sml/setup)
(provide 'theme)