From 570df904da4c3d90b8191d225459c8846caaf425 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 11 Feb 2020 08:25:51 -0800 Subject: emacs: don't use smart lines The default one is good enough. --- emacs.d/custom/fcuny-ui.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs.d') diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index ea4413c..8b792b0 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -52,11 +52,4 @@ (use-package hydra :ensure t) -(use-package smart-mode-line - :ensure t - :hook (after-init . sml/setup) - :custom - (sml/theme 'light) - (sml/no-confirm-load-theme t)) - (provide 'fcuny-ui) -- cgit 1.4.1