Move sml powerline configuration to use-package
This commit is contained in:
6
init.el
6
init.el
@@ -306,8 +306,6 @@
|
|||||||
(([f9] . smartparens-strict-mode)))
|
(([f9] . smartparens-strict-mode)))
|
||||||
|
|
||||||
(use-package smart-mode-line
|
(use-package smart-mode-line
|
||||||
:init
|
|
||||||
(setq-default sml/theme 'powerline)
|
|
||||||
:config
|
:config
|
||||||
(sml/setup))
|
(sml/setup))
|
||||||
|
|
||||||
@@ -403,6 +401,10 @@
|
|||||||
:bind
|
:bind
|
||||||
(([f8] . focus-mode)))
|
(([f8] . focus-mode)))
|
||||||
|
|
||||||
|
(use-package smart-mode-line-powerline-theme
|
||||||
|
:init
|
||||||
|
(setq-default sml/theme 'powerline))
|
||||||
|
|
||||||
(use-package xlicense)
|
(use-package xlicense)
|
||||||
|
|
||||||
;; Load my own functions
|
;; Load my own functions
|
||||||
|
Reference in New Issue
Block a user