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

This commit is contained in:
Daniel - 2019-04-07 14:32:53 +02:00
parent fa63990906
commit bb02015432
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 2 deletions

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))