fix(factor): handle fuel popups
Fix: #7788 Co-authored-by: steve-ayerhart <steve-ayerhart@users.noreply.github.com>
This commit is contained in:
parent
1f921ca7a7
commit
681dd7bb55
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue