greghendershott / racket-mode

Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, and more.

Home Page:https://www.racket-mode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

usaoc opened this issue · comments

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?

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

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