summaryrefslogtreecommitdiff
path: root/lisp/lisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/lisp.el')
-rw-r--r--lisp/lisp.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/lisp.el b/lisp/lisp.el
index c313d53..01199ca 100644
--- a/lisp/lisp.el
+++ b/lisp/lisp.el
@@ -7,6 +7,10 @@
(company-mode t)
)
+(require 'projectile)
+(with-eval-after-load 'projectile
+ (add-to-list 'projectile-globally-ignored-directories "elpa"))
+
(add-hook 'emacs-lisp-mode-hook 'setup-lisp)
(provide 'lisp)
;;; lisp.el ends here