summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-01-12 14:03:17 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-01-12 14:03:17 -0800
commit95f2022031595ac4c55719242f9a39fba217313d (patch)
tree4ee27bee05f860468e4d85efeef763a632266e7e /emacs.d/init.el
parent[Emacs] Giving another go to smart-mode-line. (diff)
downloademacs.d-95f2022031595ac4c55719242f9a39fba217313d.tar.gz
[Emacs] Stop using `smart-mode-line'.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 387848a..9007763 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -450,15 +450,6 @@
(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)