diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 7 |
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) |