Skip to content

Commit

Permalink
Use the current theme's faces for smart-mode-line
Browse files Browse the repository at this point in the history
Auto-detecting faces is not bad, but nothing beats manually
tuned theme faces.
  • Loading branch information
bbatsov committed Jul 28, 2015
1 parent 1e0911c commit 8ef0d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/prelude-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ef0d48

Please sign in to comment.