Remove hook to activate an apparently obsolete tuareg function
Trivially fixes #614 by simply removing the offending hook.
This commit is contained in:
parent
313265f69c
commit
ed91fb3d7e
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@
|
|||
(require 'utop)
|
||||
(require 'merlin)
|
||||
|
||||
(add-hook 'tuareg-mode-hook 'tuareg-imenu-set-imenu)
|
||||
|
||||
(setq auto-mode-alist
|
||||
(append '(("\\.ml[ily]?\\'" . tuareg-mode)
|
||||
("\\.topml\\'" . tuareg-mode))
|
||||
|
|
Loading…
Reference in a new issue