about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
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 0761b13a309f..839c1291aaeb 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)