greghendershott / racket-mode

Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, packages, and more.
https://www.racket-mode.com/
GNU General Public License v3.0
683 stars 93 forks source link

`racket-hash-lang-mode` turns off `electric-pair-mode` globally #680

Closed usaoc closed 12 months ago

usaoc commented 12 months ago

It seems that racket-hash-lang-mode toggles electric-pair-mode as opposed to electric-pair-local-mode, therefore turning off the minor mode globally. Is there any problem with using the latter?

greghendershott commented 12 months ago

Ouch. I intended electric-pair-local-mode there. Good catch.

Will merge commit as soon as it runs through CI...