Browse Source

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

custom
k1-hedayati 11 years ago
parent
commit
92807a507c
  1. 1
      modules/prelude-python.el

1
modules/prelude-python.el

@ -89,6 +89,7 @@
(subword-mode +1)
(anaconda-mode)
(eldoc-mode)
(which-function-mode -1)
(setq-local electric-layout-rules
'((?: . (lambda ()
(and (zerop (first (syntax-ppss)))

Loading…
Cancel
Save