Remove company-tern from JS configuration
It seems like company-tern doesn't exist anymore?
This commit is contained in:
parent
0136070e02
commit
5b99e2f9c0
1 changed files with 2 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0907.143324
|
||||
;; Package-Requires: (oni-company js2-mode js2-refactor oni-fci oni-flycheck tern company-tern fic-mode rjsx-mode)
|
||||
;; Version: 2021.0131.153554
|
||||
;; Package-Requires: (oni-company js2-mode js2-refactor oni-fci oni-flycheck tern fic-mode rjsx-mode)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -73,8 +73,6 @@
|
|||
|
||||
(js2r-add-keybindings-with-prefix "C-c r")
|
||||
|
||||
(add-to-list 'company-backends 'company-tern)
|
||||
|
||||
;;;###autoload(with-eval-after-load 'js2-mode (require 'oni-js))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Reference in a new issue