Do not quit scheme repl's automatically
This commit is contained in:
parent
78ca397439
commit
9ad0e710f5
1 changed files with 2 additions and 1 deletions
|
@ -39,4 +39,5 @@
|
|||
"q" #'geiser-repl-exit
|
||||
"r" #'geiser-restart-repl
|
||||
"R" #'geiser-reload
|
||||
"c" #'geiser-repl-clear-buffer)))
|
||||
"c" #'geiser-repl-clear-buffer))
|
||||
(set-popup-rule! "\\* [A-Za-z0-9_-]+ REPL \\*" :quit nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue