Fix async lookup handlers for tuareg-mode #2394
This commit is contained in:
parent
07f4a82b1e
commit
a14e3afc10
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue