diff -r 9d07c2f3a944 -r abe5cfc9b566 .emacs-my --- a/.emacs-my Mon Jan 04 01:08:30 2021 +0200 +++ b/.emacs-my Mon Jan 04 01:26:23 2021 +0200 @@ -3172,7 +3172,7 @@ ;; For built-in python.el (my--eval-after-load python - (add-to-list 'python-shell-setup-codes 'my-python/eldoc-setup-code) ; Used inside (python-shell-send-setup-code) + ;; (add-to-list 'python-shell-setup-codes 'my-python/eldoc-setup-code) ; Used inside (python-shell-send-setup-code) (define-key python-mode-map "\C-c\C-d" 'my-python/eldoc-at-point) (define-key python-mode-map "\C-c\C-g" 'my-python/eldoc-at-point2) (define-key python-mode-map [?\C-c ?\C-h] 'my-python/send-paragraph))