From d11c3e213e348eec93f9828c9524a4004b4d183f Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 31 Mar 2019 19:59:40 +0200 Subject: Emacs: Use helm-projectile --- dot.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index d960fa5..d17ceea 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -92,6 +92,11 @@ helm-recentf-fuzzy-match t helm-ff-file-name-history-use-recentf t helm-echo-input-in-header-line t)) +(use-package helm-projectile + :config + (setq projectile-completion-system 'helm) + (helm-projectile-on) + :after (projectile helm)) (use-package flycheck :init (global-flycheck-mode)) -- cgit v1.2.3