Browse Source

Don't disabling which-function-mode in Python

custom
M. Tong 11 years ago
parent
commit
c8b33df811
  1. 1
      modules/prelude-python.el

1
modules/prelude-python.el

@ -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…
Cancel
Save