diff options
Diffstat (limited to 'lisp/web.el')
-rw-r--r-- | lisp/web.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/web.el b/lisp/web.el index a1d9598..7f4ad65 100644 --- a/lisp/web.el +++ b/lisp/web.el @@ -84,6 +84,7 @@ :test #'equal) ;; Ignore certain directories in projectile +(require 'projectile) (with-eval-after-load 'projectile (add-to-list 'projectile-globally-ignored-directories "node_modules") (add-to-list 'projectile-project-root-files "package.json")) |