[Misc] Don’t set default theme for ‘smart-mode-line’

This commit is contained in:
Daniel Borchmann 2019-04-07 14:32:53 +02:00
parent fa63990906
commit bb02015432
Signed by: exot
GPG Key ID: 4F63DB96D45AA9C6

View File

@ -1671,8 +1671,7 @@ search commands like `db/helm-shortcuts."
(use-package smart-mode-line
:init (setq sml/mode-width 'full
sml/name-width 30
sml/theme 'respectful)
sml/name-width 30)
:commands (sml/setup))