mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ocaml: drop bad imenu initialization
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user