mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
fix(scheme): fix popup rule not matching Geiser REPLs
This commit is contained in:
committed by
Henrik Lissner
parent
0aaad1900b
commit
ac9afd060e
@ -23,7 +23,7 @@
|
||||
(set-popup-rules!
|
||||
'(("^\\*[gG]eiser \\(dbg\\|xref\\|messages\\)\\*$" :slot 1 :vslot -1)
|
||||
("^\\*Geiser documentation\\*$" :slot 2 :vslot 2 :select t :size 0.35)
|
||||
("^\\* [A-Za-z0-9_-]+ REPL \\*" :size 0.3 :quit nil :ttl nil)))
|
||||
("^\\*Geiser .+ REPL" :size 0.3 :quit nil :ttl nil)))
|
||||
|
||||
(map! :localleader
|
||||
(:map (scheme-mode-map geiser-repl-mode-map)
|
||||
|
Reference in New Issue
Block a user