From ddcc955ab31df796b4d9a23bbd40e742418a85f0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 6 Feb 2018 12:11:03 -0800 Subject: Add yarn.lock as a projectile root file --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 92fd80c..8a313e2 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -862,6 +862,12 @@ Computing Environment". (setq projectile-completion-system 'ivy) #+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 Diminish server mode with a nice icon. -- cgit v1.2.3-54-g00ecf