From 0f67373c38d89f044473d13a491f1476c1a8c475 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 27 Feb 2017 10:53:01 -0800 Subject: [PATCH] Helm --- config/emacs.d/init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/emacs.d/init.el b/config/emacs.d/init.el index 405acf6..be17fc6 100644 --- a/config/emacs.d/init.el +++ b/config/emacs.d/init.el @@ -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