Move projectile configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-10 20:41:13 +02:00
parent 53d2f38fb0
commit d81797c7c9
1 changed files with 4 additions and 1 deletions

View File

@ -288,6 +288,10 @@
:config
(global-company-mode t))
(use-package projectile
:config
(projectile-global-mode t))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")
@ -401,7 +405,6 @@
;; Set up some global minor modes
(global-origami-mode t)
(show-paren-mode t)
(projectile-global-mode)
(global-git-gutter-mode t)
(global-prettify-symbols-mode t)
(drag-stuff-global-mode t)