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