Remove hook to activate an apparently obsolete tuareg function

Trivially fixes #614 by simply removing the offending hook.
This commit is contained in:
Geoff Shannon 2014-07-28 12:54:09 -07:00
parent 313265f69c
commit ed91fb3d7e

View file

@ -38,8 +38,6 @@
(require 'utop) (require 'utop)
(require 'merlin) (require 'merlin)
(add-hook 'tuareg-mode-hook 'tuareg-imenu-set-imenu)
(setq auto-mode-alist (setq auto-mode-alist
(append '(("\\.ml[ily]?\\'" . tuareg-mode) (append '(("\\.ml[ily]?\\'" . tuareg-mode)
("\\.topml\\'" . tuareg-mode)) ("\\.topml\\'" . tuareg-mode))