summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-02-11 08:25:51 -0800
committerFranck Cuny <franck.cuny@gmail.com>2020-02-11 08:25:51 -0800
commit570df904da4c3d90b8191d225459c8846caaf425 (patch)
tree233f38ecdb94c1214528dd446c56a2a1510cee8e /emacs.d/custom/fcuny-ui.el
parentemacs: ensure the package diminish is installed. (diff)
downloademacs.d-570df904da4c3d90b8191d225459c8846caaf425.tar.gz
emacs: don't use smart lines
The default one is good enough.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-ui.el7
1 files changed, 0 insertions, 7 deletions
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)