mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-26 03:41:59 -08:00
`set-repl-handler!` helps with opening a repl when a particular mode is active in a buffer. We want to be able to open a `sly-mrepl` whenever we are in a lisp buffer, so we should have the repl handler look for `'lisp-mode` to define opening a sly repl. I assume the lookup handlers should be making sure we are in a lisp buffer (similar reasoning to the repl-handler). |
||
|---|---|---|
| .. | ||
| autoload.el | ||
| config.el | ||
| doctor.el | ||
| packages.el | ||