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