[oni-js] Remove ‘tern’ dependency
This commit is contained in:
parent
5b3dbb6cf1
commit
cd94e63543
1 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.1123.003619
|
;; Version: 2022.1129.232529
|
||||||
;; Package-Requires: (oni-company js2-mode js2-refactor oni-flycheck tern fic-mode rjsx-mode)
|
;; 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
|
;; 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
|
;; 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--auto-fill-mode)
|
||||||
(add-hook 'js2-mode-hook 'oni-js-whitespace-mode)
|
(add-hook 'js2-mode-hook 'oni-js-whitespace-mode)
|
||||||
(add-hook 'js2-mode-hook 'subword-mode)
|
(add-hook 'js2-mode-hook 'subword-mode)
|
||||||
(add-hook 'js2-mode-hook 'tern-mode)
|
|
||||||
|
|
||||||
(js2r-add-keybindings-with-prefix "C-c r")
|
(js2r-add-keybindings-with-prefix "C-c r")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue