From 50e430f2e6c43478b0fbbcd130d958903d4ef14f Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 1 Sep 2014 11:55:43 +0300 Subject: [PATCH] Enable which-function-mode for all major modes --- modules/prelude-programming.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index 95b31be..1de1d0e 100644 --- a/modules/prelude-programming.el +++ b/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