From Fuco1/smartparens@be8d5c9

Fixes #2543
Closes #2682
This commit is contained in:
Henrik Lissner 2020-03-08 17:30:50 -04:00
parent a25dea91d8
commit 836c1b29ed
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 7 deletions

View file

@ -19,7 +19,7 @@
(when IS-MAC
(package! ns-auto-titlebar :pin "1efc30d385"))
(package! pcre2el :pin "0b5b2a2c17")
(package! smartparens :pin "be8d5c9a63")
(package! smartparens :pin "1f8857c5fe")
(package! so-long
:built-in 'prefer ; included in Emacs 27+
;; REVIEW so-long is slated to be published to ELPA eventually, but until then

View file

@ -16,12 +16,7 @@
(setq rustic-indent-method-chain t
;; use :editor format instead
rustic-format-trigger nil
;; REVIEW `rust-ordinary-lt-gt-p' is terribly expensive in large rust
;; buffers, so we disable it, but only for evil users, because it
;; affects `forward-sexp' and its ilk. See
;; https://github.com/rust-lang/rust-mode/issues/288.
rustic-match-angle-brackets (not (featurep! :editor evil)))
rustic-format-trigger nil)
(add-hook 'rustic-mode-hook #'rainbow-delimiters-mode)