aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index f55bc535..53a2c80c 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -28,6 +28,7 @@
;; (helm-mode 1) Disabled for now, this interferes with C-x b/C-x C-b
(straight-use-package 'projectile)
+(straight-use-package 'helm-projectile)
(projectile-mode +1)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)