Khady / merlin-eldoc

Type and doc on hover for OCaml and Reason in emacs
GNU General Public License v3.0
43 stars 3 forks source link

Enable lexical scope #10

Closed Khady closed 6 years ago

Khady commented 6 years ago

You should enable lexical scope (-*- lexical-binding: t; -*-). This allows the byte-compiler to do better static analysis, and it makes the mode run a little faster.