Use the current theme's faces for smart-mode-line

Auto-detecting faces is not bad, but nothing beats manually
tuned theme faces.
This commit is contained in:
Bozhidar Batsov 2015-07-28 07:51:00 +03:00
parent 1e0911c720
commit 8ef0d48991

View file

@ -73,7 +73,8 @@
(require 'smart-mode-line)
(setq sml/no-confirm-load-theme t)
(setq sml/theme 'respectful)
;; delegate theming to the currently active theme
(setq sml/theme nil)
(add-hook 'after-init-hook #'sml/setup)
(provide 'prelude-ui)