From 8e4392c0178d8176f680f3f35c60bd3a3995713a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 3 Jan 2017 16:16:33 -0800 Subject: [Emacs] Giving another go to smart-mode-line. --- emacs.d/init.el | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- cgit 1.4.1