[javascript] Fix default value for javascript-backend

Prevent a bug where tern is installed with SPC f e R and then
directly uninstalled if one uses the lsp layer.
This commit is contained in:
syl20bnr 2020-08-29 21:32:54 -04:00
parent b5ac0ae65a
commit 2da9682921

View file

@ -13,7 +13,7 @@
(spacemacs|define-jump-handlers js2-mode)
(defvar javascript-backend 'tern
(defvar javascript-backend nil
"The backend to use for IDE features.
Possible values are `tern', `tide' and `lsp'.
If `nil' then `tern' is the default backend unless `lsp' layer is used.")