mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Add more popper windows
Signed-off-by: MagicRB <richard@brezak.sk>
This commit is contained in:
parent
4b5e9a6371
commit
a50edd6a99
|
@ -15,6 +15,9 @@ Enable ~popper~, a better version of ~popwin~, which might actually work. It gro
|
|||
(use-package popper
|
||||
:straight (popper :type git :host github :repo "karthink/popper")
|
||||
:config
|
||||
(setq popper--reference-names nil
|
||||
popper--reference-modes nil
|
||||
popper--reference-predicates nil)
|
||||
(setq popper-reference-buffers
|
||||
'("\\*Messages\\*"
|
||||
"\\*Warnings\\*"
|
||||
|
@ -23,6 +26,8 @@ Enable ~popper~, a better version of ~popwin~, which might actually work. It gro
|
|||
"\\*HS-Error\\*"
|
||||
"\\*lsp-help\\*"
|
||||
"^\\*Ement compose.*\\*$"
|
||||
"^\\*Org Export Dispatcher\\*$"
|
||||
"^\\*Org Select\\*$"
|
||||
haskell-interactive-mode
|
||||
help-mode
|
||||
compilation-mode
|
||||
|
|
Loading…
Reference in a new issue