This commit is contained in:
Kevin Cotugno 2017-02-27 10:53:01 -08:00
parent 16f2d04bf0
commit 0f67373c38

View File

@ -101,4 +101,13 @@
(org-bullets-mode t))))
(use-package magit)
(use-package helm
:config
(helm-mode t))
(use-package helm-projectile
:config
(helm-projectile-on))
;; End Plugins