(python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.
This commit is contained in:
parent
f70c5e4559
commit
13b0ddbd62
1 changed files with 1 additions and 1 deletions
|
|
@ -1743,7 +1743,7 @@ lines count as headers.
|
|||
(set (make-local-variable 'eldoc-documentation-function)
|
||||
#'python-eldoc-function)
|
||||
(add-hook 'eldoc-mode-hook
|
||||
'(lambda () (run-python 0 t)) nil t) ; need it running
|
||||
'(lambda () (run-python nil t)) nil t) ; need it running
|
||||
(if (featurep 'hippie-exp)
|
||||
(set (make-local-variable 'hippie-expand-try-functions-list)
|
||||
(cons 'python-try-complete hippie-expand-try-functions-list)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue