branch: elpa/smartparens
commit a9e058a977e4d07c19d9c07d759a125567175f24
Author: Massimiliano Mirra <b...@hyperstruct.net>
Commit: Massimiliano Mirra <b...@hyperstruct.net>

    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 bf99f5f724..4ebd9ed4cd 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

Reply via email to