bump: :lang rust
brotzeit/rustic@804ebfe029 -> brotzeit/rustic@f4b5c288af Close: #6153 Co-authored-by: brotzeit <brotzeitmacher@gmail.com>
This commit is contained in:
parent
aeef05bfd7
commit
7c6ebc48d5
2 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,9 @@
|
|||
:config
|
||||
(setq rustic-indent-method-chain t)
|
||||
|
||||
;; Conflicts with (and is redundant with) :ui ligatures
|
||||
(setq rust-prettify-symbols-alist nil)
|
||||
|
||||
(set-docsets! 'rustic-mode "Rust")
|
||||
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/rust/packages.el
|
||||
|
||||
(package! rustic :pin "804ebfe0295a6bf37870e06f84a8d35f55c9f1a6")
|
||||
(package! rustic :pin "f4b5c288af2a9833a104bc54850ddabe3996b8be")
|
||||
(unless (featurep! +lsp)
|
||||
(package! racer :pin "1e63e98626737ea9b662d4a9b1ffd6842b1c648c"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue