Bump to Fuco1/smartparens@1f8857c
From Fuco1/smartparens@be8d5c9 Fixes #2543 Closes #2682
This commit is contained in:
parent
a25dea91d8
commit
836c1b29ed
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue