aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-02-06 12:11:03 -0800
committerGravatar Tom Willemse2018-02-06 12:11:03 -0800
commitddcc955ab31df796b4d9a23bbd40e742418a85f0 (patch)
tree08cb8f1477cde39a8561e5f0b55ab5c62d3db170 /emacs
parent3fd002b75a89d636b8a4c8e85ba1cc3c51e7d4a5 (diff)
downloadnew-dotfiles-ddcc955ab31df796b4d9a23bbd40e742418a85f0.tar.gz
new-dotfiles-ddcc955ab31df796b4d9a23bbd40e742418a85f0.zip
Add yarn.lock as a projectile root file
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org6
1 files changed, 6 insertions, 0 deletions
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.