[Fix #703] Disable which-fun-mode in python-mode
This commit is contained in:
parent
48d41e6052
commit
92807a507c
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@
|
||||||
(subword-mode +1)
|
(subword-mode +1)
|
||||||
(anaconda-mode)
|
(anaconda-mode)
|
||||||
(eldoc-mode)
|
(eldoc-mode)
|
||||||
|
(which-function-mode -1)
|
||||||
(setq-local electric-layout-rules
|
(setq-local electric-layout-rules
|
||||||
'((?: . (lambda ()
|
'((?: . (lambda ()
|
||||||
(and (zerop (first (syntax-ppss)))
|
(and (zerop (first (syntax-ppss)))
|
||||||
|
|
Loading…
Reference in a new issue