aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-01-31 15:41:08 -0800
committerGravatar Tom Willemse2021-01-31 15:41:08 -0800
commit5b99e2f9c030104e44c5944eab1c509780c1dba7 (patch)
tree6a8c14ba2eceb194bdd6b0a4866248a069d85ffd
parent0136070e0214e93b4f27c03e97d989cd4d915821 (diff)
downloademacs-config-5b99e2f9c030104e44c5944eab1c509780c1dba7.tar.gz
emacs-config-5b99e2f9c030104e44c5944eab1c509780c1dba7.zip
Remove company-tern from JS configuration
It seems like company-tern doesn't exist anymore?
-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