Merge pull request #987 from edwintorok/develop

lang/ocaml: drop bad imenu initialization
This commit is contained in:
Henrik Lissner 2018-10-31 15:35:38 -04:00 committed by GitHub
commit fda76d585e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,6 @@
(def-package! merlin-iedit (def-package! merlin-iedit
:when (featurep! :editor multiple-cursors) :when (featurep! :editor multiple-cursors)
:hook (merlin-mode . merlin-use-merlin-imenu)
:config :config
(map! :map tuareg-mode-map (map! :map tuareg-mode-map
:v "R" #'merlin-iedit-occurrences)) :v "R" #'merlin-iedit-occurrences))