smartparens: temporary fix for not skipping end-quotes
This commit is contained in:
parent
5ad9473dcb
commit
56680e37a2
1 changed files with 2 additions and 0 deletions
|
@ -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 "{" "}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue