about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/.emacs.new13
1 files changed, 13 insertions, 0 deletions
diff --git a/dotfiles/.emacs.new b/dotfiles/.emacs.new
index 338c4c9..11eeef5 100644
--- a/dotfiles/.emacs.new
+++ b/dotfiles/.emacs.new
@@ -97,6 +97,19 @@
   :config
   (direnv-mode))
 
+(use-package helm
+  :ensure t)
+
+(use-package projectile
+  :ensure t
+  :config
+  (projectile-mode +1))
+
+(use-package helm-projectile
+  :ensure t
+  :config
+  (helm-projectile-on))
+
 (use-package company
   :ensure t
   :config