-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Ensure REPL configure from edit buffer happens on first run
This requires waiting to do it until the repl buffer is created and sufficiently initialized -- but before issuing any command to start a repl session. While we're add it, change this from a hook to a direct function call. There's nothing "hooky" about this, we just need to avoid a mutual require, and we can do that the usual way with declare-function and autoload.
- Loading branch information
1 parent
dfd9c23
commit 0abcedb
Showing
2 changed files
with
35 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters