parent
5fc4ed3f81
commit
2f7c9254d6
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ possible, or just one char if that's not possible."
|
||||||
(when (= (point) (+ (length cl) beg))
|
(when (= (point) (+ (length cl) beg))
|
||||||
(sp-backward-delete-char 1)
|
(sp-backward-delete-char 1)
|
||||||
(sp-insert-pair op)))
|
(sp-insert-pair op)))
|
||||||
((and (bolp) (doom-surrounded-p pair))
|
((and (bolp) (doom-surrounded-p pair nil :balanced))
|
||||||
(delete-region beg end)
|
(delete-region beg end)
|
||||||
(sp-insert-pair op))
|
(sp-insert-pair op))
|
||||||
(t
|
(t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue