aboutsummaryrefslogtreecommitdiffstats
path: root/oni-js.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-12-04 07:37:16 -0800
committerGravatar Tom Willemse2022-12-04 07:37:16 -0800
commitcd94e63543dc9599febc5892d82fcaeaff4cdc16 (patch)
tree6bea36b8db321492a1ae78e939488b345f5280e4 /oni-js.el
parent5b3dbb6cf11993289cb708417da277018770706d (diff)
downloademacs-config-cd94e63543dc9599febc5892d82fcaeaff4cdc16.tar.gz
emacs-config-cd94e63543dc9599febc5892d82fcaeaff4cdc16.zip
[oni-js] Remove ‘tern’ dependency
Diffstat (limited to 'oni-js.el')
-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")