Closed fstiewitz closed 8 years ago
This is an unreported bug, but the fix is just 3 lines:
How to reproduce:
lisp-paredit.enabled
If you now try to enter a newline, you enter two. If you now try to enter an opening bracket, you enter ((|)).
((|))
My fix simply disposes the config subscriptions on deactivate by adding them to persistentSubscriptions.
deactivate
persistentSubscriptions
Let me know what you think.
Thanks for the PR. Will test and release later.
Released in 0.5.3.
This is an unreported bug, but the fix is just 3 lines:
How to reproduce:
lisp-paredit.enabled
(I clicked at the status-bar indicator)lisp-paredit.enabled
If you now try to enter a newline, you enter two. If you now try to enter an opening bracket, you enter
((|))
.My fix simply disposes the config subscriptions on
deactivate
by adding them topersistentSubscriptions
.Let me know what you think.