Closed zw963 closed 2 years ago
The correct solution is:
(sp-local-pair 'org-mode "=" nil :actions nil)
This is noted in the function documentation.
Thanks, it works!
Sorry for the horrible API. Maybe I should make some wrappers for these common cases to make it more discoverable.
I want to disable auto pair the "=" on org-mode completely.
so, i try this:
But it work.
Thank you.