Try to resolve a potential problem with tuareg-mode and which-function-mode

This commit is contained in:
Bozhidar Batsov 2013-04-29 23:58:06 +03:00
parent 9ad2ae6202
commit 213b3c9f11
2 changed files with 2 additions and 1 deletions

View file

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