abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 130 forks source link

Use custom `inserter` if applicable #600

Open obar opened 3 years ago

obar commented 3 years ago

Previously the inserter was only called in the default case, which is not reached if the point is in a string or comment. The inserter can be string- or comment-sensitive as needed, and this change allows it to be called in all insert cases.