branch: elpa/smartparens
commit 07169605dc93405a6aa9f5aab387613447519692
Author: Matus Goljer <matus.gol...@gmail.com>
Commit: Matus Goljer <matus.gol...@gmail.com>

    feat: do not reindent after kill in yaml-mode
    
    Fixes #1188
---
 smartparens.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/smartparens.el b/smartparens.el
index cc720d97f7..b698254230 100644
--- a/smartparens.el
+++ b/smartparens.el
@@ -617,6 +617,7 @@ Symbol is defined as a chunk of text recognized by
                                              asm-mode
                                              makefile-gmake-mode
                                              haml-mode
+                                             yaml-mode
                                              )
   "List of modes that should not reindent after kill."
   :type '(repeat symbol)

Reply via email to