From 63615ffe4cf104a6ca1f3c6f7948207d5875b5b7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 5 Apr 2024 19:04:45 -0400 Subject: [PATCH] fix(factor): handle fuel popups Fix: #7788 Co-authored-by: steve-ayerhart --- modules/lang/factor/config.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/lang/factor/config.el b/modules/lang/factor/config.el index 5af0c1b41..f863f27a4 100644 --- a/modules/lang/factor/config.el +++ b/modules/lang/factor/config.el @@ -52,6 +52,10 @@ "u" #'fuel-update-usings "r" #'fuel-refactor-rename-word))) :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 fuel-help-mode-map