diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T18·46+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2017-11-12T21·44+0100 |
commit | 99d9981dd9a10e4feade16161a13df64b0580da2 (patch) | |
tree | 9647cb63f0c820233a5e9aa1ec8f55f622548cdd /init | |
parent | 5fcabc204a878fa385450febf4eaabaa46386786 (diff) |
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.
Diffstat (limited to 'init')
-rw-r--r-- | init/theme.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/theme.el b/init/theme.el new file mode 100644 index 000000000000..3ad6a8a81850 --- /dev/null +++ b/init/theme.el @@ -0,0 +1,6 @@ +;;; theme.el --- Editor theming. -*- lexical-binding: t; -*- + +;; Configure smart mode line +(sml/setup) + +(provide 'theme) |