diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 5f85fecf016..0bf8b0c9e73 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -420,6 +420,11 @@ To customize the Python interpreter for interactive use, modify | |||
| 420 | :help "Sort the import statements at the top of this buffer"] | 420 | :help "Sort the import statements at the top of this buffer"] |
| 421 | ["Fix imports" python-fix-imports | 421 | ["Fix imports" python-fix-imports |
| 422 | :help "Add missing imports and remove unused ones from the current buffer"] | 422 | :help "Add missing imports and remove unused ones from the current buffer"] |
| 423 | "-----" | ||
| 424 | ("Toggle..." | ||
| 425 | ["Subword Mode" subword-mode | ||
| 426 | :style toggle :selected subword-mode | ||
| 427 | :help "Toggle subword movement and editing mode"]) | ||
| 423 | )) | 428 | )) |
| 424 | map) | 429 | map) |
| 425 | "Keymap for `python-mode'.") | 430 | "Keymap for `python-mode'.") |