pezra / rspec-mode

An RSpec minor mode for Emacs
257 stars 112 forks source link

Enable lexical bindings in rspec-mode.el and fix all warnings #204

Closed jdufresne closed 2 years ago

jdufresne commented 2 years ago

https://www.gnu.org/software/emacs/manual/html_node/elisp/Lexical-Binding.html

https://www.gnu.org/software/emacs/manual/html_node/elisp/Using-Lexical-Binding.html

dgutov commented 2 years ago

Thanks!