Move smartmodeline configuration to use-package
This commit is contained in:
parent
78966a3c9b
commit
9a6c3ad6b2
5
init.el
5
init.el
@ -262,6 +262,10 @@
|
|||||||
:config
|
:config
|
||||||
(fiplr-clear-cache))
|
(fiplr-clear-cache))
|
||||||
|
|
||||||
|
(use-package smart-mode-line
|
||||||
|
:config
|
||||||
|
(sml/setup))
|
||||||
|
|
||||||
;; Load my own functions
|
;; Load my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
@ -389,7 +393,6 @@
|
|||||||
(show-paren-mode t)
|
(show-paren-mode t)
|
||||||
(projectile-global-mode)
|
(projectile-global-mode)
|
||||||
(global-git-gutter-mode t)
|
(global-git-gutter-mode t)
|
||||||
(sml/setup)
|
|
||||||
(global-prettify-symbols-mode t)
|
(global-prettify-symbols-mode t)
|
||||||
(drag-stuff-global-mode t)
|
(drag-stuff-global-mode t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user