Skip to content

Commit a252382

Browse files
authored
Add new dependency to merlin configuration
1 parent 29e0001 commit a252382

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@
226226
need to configure the `reasonBuild` entry in `package.json` to add the `-pkg
227227
dependencyPackage`. Consult your dependency's docs.
228228
229+
Don't forget to add your new dependency also to the `.merlin` (configuration)[https://github.com/ocaml/merlin/wiki/emacs-from-scratch#using-libraries] with `PKG dependencyPackage` so that your editor knows about it too.
230+
229231
### Add Your Own Scripts
230232
231233
`npm` allows `scripts` to be specified in your project's `package.json`. These

0 commit comments

Comments
 (0)