mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bump: :lang rust
brotzeit/rustic@804ebfe029 -> brotzeit/rustic@f4b5c288af Close: #6153 Co-authored-by: brotzeit <brotzeitmacher@gmail.com>
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user