From ea106044eb41b62221a56fbe59809279e20c6087 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 2 Jan 2013 14:34:09 +0200 Subject: [PATCH] enabled which-func in all modes that support it --- modules/prelude-programming.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index 68a4346..38e2fb3 100644 --- a/modules/prelude-programming.el +++ b/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