smartparens: smarter double quotes
This commit is contained in:
parent
7a01689f29
commit
008cee1afc
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ enable multiple minor modes for the same regexp.")
|
|||
|
||||
;; Auto-close more conservatively
|
||||
(sp-pair "'" nil :unless '(sp-point-after-word-p))
|
||||
(sp-pair "\"" nil :unless '(sp-point-before-word-p sp-point-before-same-p))
|
||||
(sp-pair "{" nil :post-handlers '(("||\n[i]" "RET") ("| " " "))
|
||||
:unless '(sp-point-before-word-p sp-point-before-same-p))
|
||||
(sp-pair "(" nil :post-handlers '(("||\n[i]" "RET") ("| " " "))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue