Browse Source

Enable which-function-mode for all major modes

custom
Bozhidar Batsov 11 years ago
parent
commit
50e430f2e6
  1. 1
      modules/prelude-programming.el

1
modules/prelude-programming.el

@ -100,7 +100,6 @@ This functions should be added to the hooks of major modes for programming."
;; show the name of the current function definition in the modeline
(require 'which-func)
(add-to-list 'which-func-modes 'ruby-mode)
(which-function-mode 1)
;; in Emacs 24 programming major modes generally derive from a common

Loading…
Cancel
Save