[Fix #1176] Remove smart-mode-line

As mentioned in the issue - it's causing problems on Emacs 26.1.
This commit is contained in:
Bozhidar Batsov 2018-07-17 10:33:36 +03:00
parent d21e4bf922
commit 54110fa434
2 changed files with 0 additions and 7 deletions

View file

@ -80,7 +80,6 @@
magit magit
move-text move-text
operate-on-number operate-on-number
smart-mode-line
smartparens smartparens
smartrep smartrep
undo-tree undo-tree

View file

@ -74,12 +74,6 @@
(when prelude-theme (when prelude-theme
(load-theme prelude-theme t)) (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 ;; show the cursor when moving after big movements in the window
(require 'beacon) (require 'beacon)
(beacon-mode +1) (beacon-mode +1)