Don't disabling which-function-mode in Python
This commit is contained in:
parent
30fea6d9d6
commit
c8b33df811
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@
|
||||||
(subword-mode +1)
|
(subword-mode +1)
|
||||||
(anaconda-mode 1)
|
(anaconda-mode 1)
|
||||||
(eldoc-mode 1)
|
(eldoc-mode 1)
|
||||||
(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