Browse Source

enabled which-func in all modes that support it

custom
Bozhidar Batsov 13 years ago
parent
commit
ea106044eb
  1. 1
      modules/prelude-programming.el

1
modules/prelude-programming.el

@ -96,6 +96,7 @@
;; show the name of the current function definition in the modeline
(require 'which-func)
(setq which-func-modes t)
(which-function-mode 1)
;; in Emacs 24 programming major modes generally derive from a common

Loading…
Cancel
Save