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:
Henrik Lissner 2018-06-28 14:44:47 +02:00
parent 6c0c6ee47b
commit 50991232e6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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 ()