Skip to content

Commit

Permalink
[Fix bbatsov#703] Disable which-fun-mode in python-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
k1-hedayati committed Jan 15, 2015
1 parent d9b96ae commit f1d5d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/prelude-python.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit f1d5d41

Please sign in to comment.