We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef7fa commit 6f7801bCopy full SHA for 6f7801b
add-node-modules-path.el
@@ -39,6 +39,7 @@
39
(defun add-node-modules-path ()
40
"Search the current buffer's parent directories for `node_modules/.bin`.
41
If it's found, then add it to the `exec-path'."
42
+ (interactive)
43
(let* ((root (locate-dominating-file
44
(or (buffer-file-name) default-directory)
45
"node_modules"))
0 commit comments