lang/javascript: fix :company-backend typo
This commit is contained in:
parent
aef9724324
commit
15c735a053
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
;; tide affects the global `company-backends', undo this so doom can handle
|
||||
;; it buffer-locally
|
||||
(setq-default company-backends (delq 'company-tide (default-value 'company-backends))))
|
||||
(set! :company-backends 'tide-mode 'company-tide)
|
||||
(set! :company-backend 'tide-mode 'company-tide)
|
||||
|
||||
;; navigation
|
||||
(set! :lookup 'tide-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue