brotzeit 2020-03-04 19:46:50 +01:00
parent ed2fb68362
commit 8d05600f25
3 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,6 @@
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
(setq rustic-indent-method-chain t
rustic-flycheck-setup-mode-line-p nil
;; use :editor format instead
rustic-format-trigger nil
;; REVIEW `rust-ordinary-lt-gt-p' is terribly expensive in large rust

View file

@ -1,6 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/rust/packages.el
(package! rustic :pin "99396915c7")
(package! rustic :pin "373f5a1940")
(unless (featurep! +lsp)
(package! racer :pin "a0bdf778f0"))