From 6555936a58bc55ee27edfe983d318a9bc8674c0d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 31 Oct 2019 20:23:56 +0900 Subject: [PATCH] Fix --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index d883d04..08d195b 100644 --- a/emacs.el +++ b/emacs.el @@ -2462,7 +2462,7 @@ Any output will be written to current buffer." (add-hook 'dired-after-readin-hook #'dired-k-no-revert) ) -(add-hook 'python-mode +(add-hook 'python-mode-hook (lambda () ;; Currently on python-mode eldoc-mode sometimes print ;; wired message on "from" keyword: