Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.82k stars 195 forks source link

fix: don't indent after kill in python-ts-mode #1170

Closed bard closed 6 months ago

bard commented 1 year ago

Emacs 29 introduced treesitter programming modes. This updates the list of modes where a reindent shouldn't be performed after kill to take that into account.

Fuco1 commented 6 months ago

Thanks!