mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #2623: don't replace rustic compilation popups
This commit is contained in:
@ -16,6 +16,7 @@
|
|||||||
(setq rustic-analyzer-command '("rust-analyzer"))
|
(setq rustic-analyzer-command '("rust-analyzer"))
|
||||||
:config
|
:config
|
||||||
(set-docsets! 'rustic-mode "Rust")
|
(set-docsets! 'rustic-mode "Rust")
|
||||||
|
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
||||||
|
|
||||||
(setq rustic-indent-method-chain t
|
(setq rustic-indent-method-chain t
|
||||||
rustic-flycheck-setup-mode-line-p nil
|
rustic-flycheck-setup-mode-line-p nil
|
||||||
|
Reference in New Issue
Block a user