summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 4dd7c06..8e628f0 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -386,6 +386,10 @@ based upon some folder conventions I use.
                                                                (ap/subfolder-projects from-dir))))
                   (projectile-switch-project-by-name (expand-file-name project-dir from-dir) arg)))
 
+              (defun yarn-install (&optional arg)
+                (interactive "P")
+                (projectile-with-default-dir (projectile-project-root)
+                  (cmd-to-echo "yarn" "install")))
 
               (defun ap/open-work-project (&optional arg)
                 (interactive "P")