21:27:15Kingsyshinmera, I am currently using your emacs config, and I was wondering which .el is responsible for spawning two panes with the same buffers when emacs starts? also why it does this?
21:27:38Colleen<shinmera> None that I'm aware of, doesn't do that for me.
21:27:52Colleen<shinmera> My emacs just starts with *scratch* and slime-repl.
21:28:24Kingsyeh!!! I get two pains tht container, messages, scratch, inferior lisp, repl and slime events. both the same.
21:29:30Colleen<shinmera> my .emacs just has (add-to-list ..) (require 'shinmera)
21:29:46Colleen<shinmera> (and then some custom-set-variables that don't matter)
21:30:45Colleen<shinmera> emacs is 28.2. Maybe you need to update packages? No idea, really.
21:31:46Kingsythats ok. must be something weird on my side. thanks anyways
21:53:16Kingsyshinmera, so its this line -> (when (featurep 'slime) (slime)) <- that is doing it. :D
21:53:33Kingsyspecifically (slime) so I ca figure it out from there.. weird.
2:25:26hamzaMaybe you need to check some custom variables for slime?
4:57:23hayleyIs there some way to check if Kandria is running the actual game, and not paused? I got GC pause times recorded, but there are some pauses near the very start and end of my tests that I suspect are just loading; and pauses there aren't important.