py: Disable REPL EMACS key bindings by default.
This commit is contained in:
parent
3dd0b69e46
commit
d8a7f8bff2
|
@ -305,7 +305,7 @@
|
|||
|
||||
// Whether to include emacs-style readline behavior in REPL
|
||||
#ifndef MICROPY_REPL_EMACS_KEYS
|
||||
#define MICROPY_REPL_EMACS_KEYS (1)
|
||||
#define MICROPY_REPL_EMACS_KEYS (0)
|
||||
#endif
|
||||
|
||||
// Whether port requires event-driven REPL functions
|
||||
|
|
Loading…
Reference in New Issue