summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-11-20 11:59:07 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-11-20 11:59:07 -0800
commitfdaba0dc90de178585b074873b9acff1a0d31d54 (patch)
tree01901d43e8350ffcb582fb5732f5414ebdc57e9d /emacs.d
parent[emacs] add tooltips for flycheck. (diff)
downloademacs.d-fdaba0dc90de178585b074873b9acff1a0d31d54.tar.gz
[emacs] add smart-mode-line
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/inits/00_ui.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el
index 3bff535..b493b4a 100644
--- a/emacs.d/inits/00_ui.el
+++ b/emacs.d/inits/00_ui.el
@@ -34,6 +34,14 @@
   :config
     (load-theme 'leuven t))
 
+;; smart mode-line
+(use-package smart-mode-line
+  :ensure t
+  :init
+  (setq sml/no-confirm-load-theme t)
+  (setq sml/theme nil)
+  (sml/setup))
+
 (use-package diminish
   :ensure t
   :config