# HG changeset patch # User Oleksandr Gavenko # Date 1609716383 -7200 # Node ID abe5cfc9b566c93bb4239f5040f4b3095bc68165 # Parent 9d07c2f3a944e62f291a1b4cab7a346cfe0fbd37 Do not sent my outdated my-python/eldoc-setup-code to Python interpreter. 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))