diff --git a/core/prelude-packages.el b/core/prelude-packages.el index 27488c0..2cf6b91 100644 --- a/core/prelude-packages.el +++ b/core/prelude-packages.el @@ -80,7 +80,6 @@ magit move-text operate-on-number - smart-mode-line smartparens smartrep undo-tree diff --git a/core/prelude-ui.el b/core/prelude-ui.el index 6958f5d..fc57a2a 100644 --- a/core/prelude-ui.el +++ b/core/prelude-ui.el @@ -74,12 +74,6 @@ (when prelude-theme (load-theme prelude-theme t)) -(require 'smart-mode-line) -(setq sml/no-confirm-load-theme t) -;; delegate theming to the currently active theme -(setq sml/theme nil) -(add-hook 'after-init-hook #'sml/setup) - ;; show the cursor when moving after big movements in the window (require 'beacon) (beacon-mode +1)