about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-07-30T16·30+0200
committerVincent Ambo <tazjin@gmail.com>2017-07-30T16·30+0200
commit6c2da17783ef0931e1d44dbd22c79f91668a4dc0 (patch)
treeec2dcd0261b970b39d1695e044b6354a80f8a44d /init.el
parent2c02c371fe488f584c96fbf8720a8943746b837f (diff)
refactor: Some minor cleanups
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index 0761b13a30..839c1291aa 100644
--- a/init.el
+++ b/init.el
@@ -91,7 +91,7 @@
 ;; Seed RNG
 (random t)
 
-;; SML should respect theme colours
-;; (setq sml/theme 'powerline)
-(sml/setup)
 (put 'upcase-region 'disabled nil)
+
+;; Configure smart mode line
+(sml/setup)