snix/init/theme.el
Vincent Ambo 99d9981dd9 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.
2017-11-12 22:44:31 +01:00

6 lines
121 B
EmacsLisp

;;; theme.el --- Editor theming. -*- lexical-binding: t; -*-
;; Configure smart mode line
(sml/setup)
(provide 'theme)