mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(rust): make cargo popups consistent
When invoking `rustic-cargo-run` a buffer called `*cargo-run*` is opened. This adds a rule such that this buffer opens in a popup window that is the same as the popup windows for other rustic cargo commands. Ref: #2623
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
(add-hook 'rustic-mode-hook #'rainbow-delimiters-mode)
|
||||
(set-docsets! 'rustic-mode "Rust")
|
||||
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
||||
(set-popup-rule! "^\\*cargo-run" :vslot -1)
|
||||
|
||||
(setq rustic-indent-method-chain t)
|
||||
|
||||
|
Reference in New Issue
Block a user