Skip to content

Commit eb09f47

Browse files
authored
Merge pull request #5 from ybiquitous/patch-1
Remove verbose description about `js2-mode`
2 parents 6f7801b + efd1636 commit eb09f47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ To automatically run it when opening a new buffer:
1313
```
1414
(eval-after-load 'js-mode
1515
'(add-hook 'js-mode-hook #'add-node-modules-path))
16-
17-
(eval-after-load 'js2-mode
18-
'(add-hook 'js2-mode-hook #'add-node-modules-path))
1916
```

0 commit comments

Comments
 (0)