Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 04 Jan 2021 01:26:23 +0200
changeset 1699 abe5cfc9b566
parent 1698 9d07c2f3a944
child 1700 4b7b0f90d97b
Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
.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))