summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 97fa3765..a5053954 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -717,6 +717,11 @@
                   projectile-remember-window-configs t
                   projectile-completion-system 'helm)))
 
+(req-package helm-projectile
+  :ensure projectile
+  :require projectile
+  :defer t)
+
 (req-package perspective
   :config (persp-mode))