Mark tern command as async. Fixes #7591.
This commit is contained in:
parent
a5c486364b
commit
b67118c8ca
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
(defun spacemacs//set-tern-key-bindings (mode)
|
||||
"Set the key bindings for tern and the given MODE."
|
||||
(add-to-list (intern (format "spacemacs-jump-handlers-%S" mode))
|
||||
'tern-find-definition)
|
||||
'(tern-find-definition :async t))
|
||||
(spacemacs/set-leader-keys-for-major-mode mode
|
||||
"rrV" 'tern-rename-variable
|
||||
"hd" 'tern-get-docs
|
||||
|
|
Reference in a new issue