[Fix #703] Disable which-fun-mode in python-mode

This commit is contained in:
k1-hedayati 2015-01-15 10:49:09 +03:30
parent 48d41e6052
commit 92807a507c

View file

@ -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)))