mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
smartparens: temporary fix for not skipping end-quotes
This commit is contained in:
@ -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 "{" "}"
|
||||
|
Reference in New Issue
Block a user