You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
purescript-indentation.el: turn on lexical binding
Fixes a bunch of warnings like:
purescript-indentation.el:399:47: Warning: ‘pi’ is an obsolete variable (as of 23.3); use ‘float-pi’ instead.
these warnings are caused by Emacs not being able to determine that
`pi` is actually a local variable. By making use of lexical binding we
make Emacs to be able to see through that.
0 commit comments