Move smartmodeline configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-10 20:41:49 +02:00
parent 78966a3c9b
commit 9a6c3ad6b2
1 changed files with 4 additions and 1 deletions

View File

@ -262,6 +262,10 @@
:config
(fiplr-clear-cache))
(use-package smart-mode-line
:config
(sml/setup))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")
@ -389,7 +393,6 @@
(show-paren-mode t)
(projectile-global-mode)
(global-git-gutter-mode t)
(sml/setup)
(global-prettify-symbols-mode t)
(drag-stuff-global-mode t)