fix(factor): handle fuel popups

Fix: #7788
Co-authored-by: steve-ayerhart <steve-ayerhart@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2024-04-05 19:04:45 -04:00
parent 1f921ca7a7
commit 681dd7bb55
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -52,6 +52,10 @@
"u" #'fuel-update-usings "u" #'fuel-update-usings
"r" #'fuel-refactor-rename-word))) "r" #'fuel-refactor-rename-word)))
:config :config
(set-popup-rules!
'(("^\\*fuel \\(debug\\|xref\\|messages\\)\\*$" :slot 1 :vslot -1)
("^\\*fuel help\\*$" :slot 2 :vslot 2 :select t :size 0.35)
("^\\*fuel listener\\*$" :size 0.3 :quit nil :ttl nil)))
(map! :after fuel-help (map! :after fuel-help
:map fuel-help-mode-map :map fuel-help-mode-map