Move sml configuration from customize to use-package
This commit is contained in:
parent
d981f4d3f1
commit
3562bad575
3
init.el
3
init.el
@ -156,7 +156,6 @@
|
||||
'(savehist-mode t)
|
||||
'(sgml-basic-offset 4)
|
||||
'(show-trailing-whitespace t)
|
||||
'(sml/theme (quote powerline))
|
||||
'(tab-width 4)
|
||||
'(wakatime-cli-path "/usr/local/bin/wakatime")
|
||||
|
||||
@ -325,6 +324,8 @@
|
||||
(fiplr-clear-cache))
|
||||
|
||||
(use-package smart-mode-line
|
||||
:init
|
||||
(setq-default sml/theme 'powerline)
|
||||
:config
|
||||
(sml/setup))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user