mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-02 21:16:15 +01:00
286 B
286 B
Popwin
(use-package popwin
:ensure t
:config
(push '(rustic-compilation-mode :noselect t) popwin:special-display-config)
(push '(rustic-cargo-test-mode :noselect t) popwin:special-display-config)
(popwin-mode 1))