Move projectile configuration to use-package
This commit is contained in:
parent
53d2f38fb0
commit
d81797c7c9
5
init.el
5
init.el
@ -288,6 +288,10 @@
|
|||||||
:config
|
:config
|
||||||
(global-company-mode t))
|
(global-company-mode t))
|
||||||
|
|
||||||
|
(use-package projectile
|
||||||
|
:config
|
||||||
|
(projectile-global-mode t))
|
||||||
|
|
||||||
;; 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")
|
||||||
@ -401,7 +405,6 @@
|
|||||||
;; Set up some global minor modes
|
;; Set up some global minor modes
|
||||||
(global-origami-mode t)
|
(global-origami-mode t)
|
||||||
(show-paren-mode t)
|
(show-paren-mode t)
|
||||||
(projectile-global-mode)
|
|
||||||
(global-git-gutter-mode t)
|
(global-git-gutter-mode t)
|
||||||
(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