Package cleanup

This commit is contained in:
Kevin Cotugno 2017-06-01 10:39:43 -07:00
parent 71e36a609b
commit abe0dc5aa1

View File

@ -105,9 +105,16 @@
;; End themes
(use-package org)
(use-package org-bullets
:config
(add-hook 'org-mode-hook (lambda ()
(org-bullets-mode t))))
(use-package company
:config
(company-mode))
(add-hook 'after-init-hook 'global-company-mode))
(use-package evil
:config
@ -129,15 +136,10 @@
(use-package evil-org)
(use-package powerline
:config
(powerline-default-theme))
(use-package org-bullets
:config
(add-hook 'org-mode-hook (lambda ()
(org-bullets-mode t))))
(use-package magit)
(use-package helm