mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Improve popup rule for geiser REPLs
Fix the rule to properly match when multiple REPLs are opened. Add an explicit size to match other REPLs.
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
("^\\*Geiser dbg\\*$" :slot 1 :vslot -1)
|
("^\\*Geiser dbg\\*$" :slot 1 :vslot -1)
|
||||||
("^\\*Geiser xref\\*$" :slot 1 :vslot -1)
|
("^\\*Geiser xref\\*$" :slot 1 :vslot -1)
|
||||||
("^\\*Geiser documentation\\*$" :slot 2 :vslot 2 :select t :size 0.35)
|
("^\\*Geiser documentation\\*$" :slot 2 :vslot 2 :select t :size 0.35)
|
||||||
("^\\* [A-Za-z0-9_-]+ REPL \\*$" :quit nil :ttl nil)))
|
("^\\* [A-Za-z0-9_-]+ REPL \\*" :size 0.3 :quit nil :ttl nil)))
|
||||||
(map! :localleader
|
(map! :localleader
|
||||||
:map scheme-mode-map
|
:map scheme-mode-map
|
||||||
"'" #'geiser-mode-switch-to-repl
|
"'" #'geiser-mode-switch-to-repl
|
||||||
|
Reference in New Issue
Block a user