From cd94e63543dc9599febc5892d82fcaeaff4cdc16 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 4 Dec 2022 07:37:16 -0800 Subject: [PATCH] =?UTF-8?q?[oni-js]=20Remove=20=E2=80=98tern=E2=80=99=20de?= =?UTF-8?q?pendency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-js.el | 5 ++--- 1 file 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 ;; 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")