merlin-eldoc
merlin-eldoc copied to clipboard
merlin-eldoc breaks merlin-type-enclosing-map
Normally when a user calls merlin-type-enclosing
, it enables merlin-type-enclosing-map
and bindings to funtions like merlin-type-enclosing-go-{up,down}
. This doesn't work when merlin-eldoc is enabled. Probably because merlin-eldoc is called just after the call to merlin-type-enclosing
.