Add yarn.lock as a projectile root file

This commit is contained in:
Tom Willemse 2018-02-06 12:11:03 -08:00
parent 3fd002b75a
commit ddcc955ab3

View file

@ -862,6 +862,12 @@ Computing Environment".
(setq projectile-completion-system 'ivy) (setq projectile-completion-system 'ivy)
#+END_SRC #+END_SRC
Add ~yarn.lock~ as a possible root file for Projectile.
#+BEGIN_SRC emacs-lisp
(add-to-list 'projectile-project-root-files "yarn.lock")
#+END_SRC
** Server mode ** Server mode
Diminish server mode with a nice icon. Diminish server mode with a nice icon.