diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index a345e5fda2..35a14ba88e 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -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 |