summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-07-26 15:49:13 +0100
committerDamien George <damien.p.george@gmail.com>2015-07-26 15:49:13 +0100
commitd8a7f8bff2978a158203fec31f270b616f444047 (patch)
treeaf15460d9efcd85d3f327180ea6d969bd068438b /py
parent3dd0b69e467fd89e5113dbc5ee43f33282a66c91 (diff)
downloadmicropython-d8a7f8bff2978a158203fec31f270b616f444047.tar.gz
micropython-d8a7f8bff2978a158203fec31f270b616f444047.zip
py: Disable REPL EMACS key bindings by default.
Diffstat (limited to 'py')
-rw-r--r--py/mpconfig.h2
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