about summary refs log tree commit diff
path: root/init
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-12T18·46+0100
committerVincent Ambo <github@tazj.in>2017-11-12T21·44+0100
commit99d9981dd9a10e4feade16161a13df64b0580da2 (patch)
tree9647cb63f0c820233a5e9aa1ec8f55f622548cdd /init
parent5fcabc204a878fa385450febf4eaabaa46386786 (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.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/theme.el b/init/theme.el
new file mode 100644
index 0000000000..3ad6a8a818
--- /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)