Move sml powerline configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-14 15:33:50 +02:00
parent 91738ad4e6
commit 399be48338
1 changed files with 4 additions and 2 deletions

View File

@ -306,8 +306,6 @@
(([f9] . smartparens-strict-mode)))
(use-package smart-mode-line
:init
(setq-default sml/theme 'powerline)
:config
(sml/setup))
@ -403,6 +401,10 @@
:bind
(([f8] . focus-mode)))
(use-package smart-mode-line-powerline-theme
:init
(setq-default sml/theme 'powerline))
(use-package xlicense)
;; Load my own functions