sp-escape-quotes-after-insert = nil
Smartparens isn't smart enough to escape quotes in many situations (like single quotes in c/c++).
This commit is contained in:
parent
6c0c6ee47b
commit
50991232e6
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ fundamental-mode) for performance sake."
|
|||
sp-cancel-autoskip-on-backward-movement nil
|
||||
sp-show-pair-delay 0.1
|
||||
sp-max-pair-length 4
|
||||
sp-max-prefix-length 50)
|
||||
sp-max-prefix-length 50
|
||||
sp-escape-quotes-after-insert nil) ; not smart enough
|
||||
|
||||
;; Slim down on smartparens' opinionated behavior
|
||||
(defun doom|disable-smartparens-navigate-skip-match ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue