mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
After some experimentation, calling `sly` non-interactively when no Slynk connection involves some strange async affects which displease the REPL-opening code. Instead, we start the Slynk process, wait while it loads, and then finally connect with the usual `sly-mrepl`, whose Elisp would have been loaded by this point.