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:
parent
1a2789c922
commit
bd9aef928c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
(add-hook 'rustic-mode-hook #'rainbow-delimiters-mode)
|
(add-hook 'rustic-mode-hook #'rainbow-delimiters-mode)
|
||||||
(set-docsets! 'rustic-mode "Rust")
|
(set-docsets! 'rustic-mode "Rust")
|
||||||
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
||||||
|
(set-popup-rule! "^\\*cargo-run" :vslot -1)
|
||||||
|
|
||||||
(setq rustic-indent-method-chain t)
|
(setq rustic-indent-method-chain t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue