mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user