smartparens: temporary fix for not skipping end-quotes

This commit is contained in:
Henrik Lissner 2015-07-23 01:36:51 +02:00
parent 5ad9473dcb
commit 56680e37a2

View file

@ -171,9 +171,11 @@
(setq blink-matching-paren t
sp-autowrap-region nil ; let evil-surround handle this
sp-highlight-pair-overlay nil
sp-autoescape-string-quote nil
sp-show-pair-delay 0)
(require 'smartparens-config)
(electric-pair-mode 1) ;; fixes skip quotes issue (for now)
;; Handle newlines + spaces
(sp-pair "{" "}"