aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-js.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/oni-js.el b/oni-js.el
index d1a8191..757353c 100644
--- a/oni-js.el
+++ b/oni-js.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.003619
-;; Package-Requires: (oni-company js2-mode js2-refactor oni-flycheck tern fic-mode rjsx-mode)
+;; Version: 2022.1129.232529
+;; Package-Requires: (oni-company js2-mode js2-refactor oni-flycheck 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
@@ -65,7 +65,6 @@
(add-hook 'js2-mode-hook 'oni-js--auto-fill-mode)
(add-hook 'js2-mode-hook 'oni-js-whitespace-mode)
(add-hook 'js2-mode-hook 'subword-mode)
-(add-hook 'js2-mode-hook 'tern-mode)
(js2r-add-keybindings-with-prefix "C-c r")