From 99d2c046e6f5d07493344024800340ea64e59985 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 4 Aug 2017 16:00:04 +0200 Subject: [PATCH] =?UTF-8?q?[Misc]=20Add=20=E2=80=98counsel-projectile?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 21ee4e3..e99c240 100644 --- a/init.el +++ b/init.el @@ -612,6 +612,9 @@ _h_ _l_ _o_k _y_ank projectile-completion-system 'ivy)) :diminish projectile-mode) +(use-package counsel-projectile + :commands counsel-projectile) + (use-package exec-path-from-shell :ensure exec-path-from-shell :commands (exec-path-from-shell-copy-envs))