branch: elpa/smartparens commit 24af0fb8ab76438f6a8dd199b16578fc16124abf Merge: d01e107ceb a9e058a977 Author: Matus Goljer <matus.gol...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #1170 from bard/master fix: don't indent after kill in python-ts-mode --- smartparens.el | 1 + 1 file changed, 1 insertion(+) diff --git a/smartparens.el b/smartparens.el index b698254230..ccdafceb14 100644 --- a/smartparens.el +++ b/smartparens.el @@ -613,6 +613,7 @@ Symbol is defined as a chunk of text recognized by (defcustom sp-no-reindent-after-kill-modes '( python-mode + python-ts-mode coffee-mode asm-mode makefile-gmake-mode