dakrone / es-mode

An Emacs major mode for interacting with Elasticsearch
GNU General Public License v3.0
195 stars 34 forks source link

some patch #47

Closed lujun9972 closed 7 years ago

lujun9972 commented 7 years ago

"lexical-binding: t; " in the second line will not applied as file local variable.

you have to put it in the first line to enable the lexical scope.

dakrone commented 7 years ago

Merged this, thank you very much @lujun9972!