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:
parent
5190c094af
commit
5bacfd6311
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
("^\\*Geiser dbg\\*$" :slot 1 :vslot -1)
|
||||
("^\\*Geiser xref\\*$" :slot 1 :vslot -1)
|
||||
("^\\*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 scheme-mode-map
|
||||
"'" #'geiser-mode-switch-to-repl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue