Fix async lookup handlers for tuareg-mode #2394

This commit is contained in:
Henrik Lissner 2020-02-02 02:36:21 -05:00
parent 07f4a82b1e
commit a14e3afc10
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -53,7 +53,7 @@
(after! tuareg
(set-company-backend! 'tuareg-mode 'merlin-company-backend)
(set-lookup-handlers! 'tuareg-mode
(set-lookup-handlers! 'tuareg-mode :async t
:definition #'merlin-locate
:references #'merlin-occurrences
:documentation #'merlin-document))