diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 741b94e187b..b6db6097d9f 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -7147,6 +7147,7 @@ implementations: `python-mode' and `python-ts-mode'." | |||
| 7147 | (add-hook 'eldoc-documentation-functions #'python-eldoc-function nil t) | 7147 | (add-hook 'eldoc-documentation-functions #'python-eldoc-function nil t) |
| 7148 | (add-function :before-until (local 'eldoc-documentation-function) | 7148 | (add-function :before-until (local 'eldoc-documentation-function) |
| 7149 | #'python-eldoc-function)))) | 7149 | #'python-eldoc-function)))) |
| 7150 | (eldoc-add-command-completions "python-indent-dedent-line-backspace") | ||
| 7150 | 7151 | ||
| 7151 | ;; TODO: Use tree-sitter to figure out the block in `python-ts-mode'. | 7152 | ;; TODO: Use tree-sitter to figure out the block in `python-ts-mode'. |
| 7152 | (dolist (mode '(python-mode python-ts-mode)) | 7153 | (dolist (mode '(python-mode python-ts-mode)) |