Move sml configuration from customize to use-package

This commit is contained in:
Gergely Polonkai 2016-10-11 19:41:35 +02:00
parent d981f4d3f1
commit 3562bad575
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,6 @@
'(savehist-mode t) '(savehist-mode t)
'(sgml-basic-offset 4) '(sgml-basic-offset 4)
'(show-trailing-whitespace t) '(show-trailing-whitespace t)
'(sml/theme (quote powerline))
'(tab-width 4) '(tab-width 4)
'(wakatime-cli-path "/usr/local/bin/wakatime") '(wakatime-cli-path "/usr/local/bin/wakatime")
@ -325,6 +324,8 @@
(fiplr-clear-cache)) (fiplr-clear-cache))
(use-package smart-mode-line (use-package smart-mode-line
:init
(setq-default sml/theme 'powerline)
:config :config
(sml/setup)) (sml/setup))