(python-mode): Fix typo.
This commit is contained in:
parent
0273adca6b
commit
0fea1d1029
2 changed files with 5 additions and 1 deletions
|
@ -1744,7 +1744,7 @@ lines count as headers.
|
|||
#'python-eldoc-function)
|
||||
(add-hook 'eldoc-mode-hook
|
||||
'(lambda () (run-python nil t)) nil t) ; need it running
|
||||
(unless (assoc 'pyhon-mode hs-special-modes-alist)
|
||||
(unless (assoc 'python-mode hs-special-modes-alist)
|
||||
(setq
|
||||
hs-special-modes-alist
|
||||
(cons (list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue