Update :jump => :lookup

This commit is contained in:
Henrik Lissner
2018-01-05 23:55:04 -05:00
parent 9cc762ffbe
commit 42cee2e046
11 changed files with 14 additions and 11 deletions

View File

@ -23,7 +23,7 @@
:after typescript-mode
:config
(set! :company-backend 'typescript-mode '(company-tide))
(set! :jump 'typescript-mode
(set! :lookup 'typescript-mode
:definition #'tide-jump-to-definition
:references #'tide-references
:documentation #'tide-documentation-at-point)