From 5b99e2f9c030104e44c5944eab1c509780c1dba7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 31 Jan 2021 15:41:08 -0800 Subject: [PATCH] Remove company-tern from JS configuration It seems like company-tern doesn't exist anymore? --- oni-js.el | 6 ++---- 1 file 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 ;; 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