1
0
Fork 0

Remove company-tern from JS configuration

It seems like company-tern doesn't exist anymore?
This commit is contained in:
Tom Willemse 2021-01-31 15:41:08 -08:00
parent 0136070e02
commit 5b99e2f9c0

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0907.143324 ;; Version: 2021.0131.153554
;; Package-Requires: (oni-company js2-mode js2-refactor oni-fci oni-flycheck tern company-tern fic-mode rjsx-mode) ;; 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 ;; 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 ;; 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") (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(with-eval-after-load 'js2-mode (require 'oni-js))
;;;###autoload ;;;###autoload