summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-01-03 16:16:33 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-01-03 16:16:33 -0800
commit8e4392c0178d8176f680f3f35c60bd3a3995713a (patch)
tree21d6be4095732f32cff2d84c4fe0fc8f8d552793
parent[Emacs] The only VC backend I care about is Magit. (diff)
downloademacs.d-8e4392c0178d8176f680f3f35c60bd3a3995713a.tar.gz
[Emacs] Giving another go to smart-mode-line.
-rw-r--r--emacs.d/init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 9007763..387848a 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -450,6 +450,15 @@
(add-hook 'sh-mode-hook 'set-sh-mode-indent)
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p))
+(use-package smart-mode-line
+ :ensure t
+ :config
+ (progn
+ (setq sml/theme 'light
+ ;; https://github.com/Malabarba/smart-mode-line#installation-issues-faq
+ sml/no-confirm-load-theme t)
+ (sml/setup)))
+
(use-package swiper
;; install swiper
:ensure t)