You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
488 B
11 lines
488 B
;; Do not let jbuilder generate .merlin files because it gets it
|
|
;; wrong. This is mainly due to the fact that source files live in
|
|
;; sub-directories and are copied into _build/ by our jbuild. jbuilder
|
|
;; wants to write "S ." in .merlin but that makes merlin use the
|
|
;; copied source files in _build/ instead of only using the original
|
|
;; files.
|
|
|
|
(context ((switch @OPAMSWITCH@) (name default)))
|
|
(context ((switch @OPAMSWITCH@) (name opt)))
|
|
(context ((switch @OPAMSWITCH@) (name test)))
|