chore(text-editing/smartparens): remove old {} pair post-handler

I don't recall why I added this in 2015, and as far I can tell removing
it doesn't affect anything.
This commit is contained in:
2024-05-26 23:52:24 +01:00
parent 2dfc86b610
commit eec29b6c55

View File

@@ -66,11 +66,7 @@
(sp-transpose-sexp -1))
(defalias 'rw 'sp-rewrap-sexp)
(show-smartparens-global-mode +1)
(sp-pair "{" nil :post-handlers
'(((lambda (&rest _ignored)
(siren-smart-open-line-above)) "RET"))))
(show-smartparens-global-mode +1))
(provide 'siren-smartparens)
;;; siren-smartparens.el ends here