aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-js.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/oni-js.el b/oni-js.el
index 5222db2..8726f1f 100644
--- a/oni-js.el
+++ b/oni-js.el
@@ -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