Remove Fuco1/smartparens#963 workaround
Causes double closing parens in 27.
This commit is contained in:
parent
9d4f38346f
commit
80b5c8a30f
1 changed files with 0 additions and 5 deletions
|
@ -71,11 +71,6 @@
|
|||
;; or specific :post-handlers with:
|
||||
;; (sp-pair "{" nil :post-handlers '(:rem ("| " "SPC")))
|
||||
(after! smartparens
|
||||
;; Smartparens is broken in `cc-mode' as of Emacs 27. See
|
||||
;; https://github.com/Fuco1/smartparens/issues/963.
|
||||
(unless EMACS27+
|
||||
(pushnew! sp--special-self-insert-commands 'c-electric-paren 'c-electric-brace))
|
||||
|
||||
;; Smartparens' navigation feature is neat, but does not justify how
|
||||
;; expensive it is. It's also less useful for evil users. This may need to
|
||||
;; be reactivated for non-evil users though. Needs more testing!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue