lang/javascript: remove xref-js2 (superceded by tide)
This commit is contained in:
parent
71192bf09a
commit
eef89da872
2 changed files with 0 additions and 10 deletions
|
@ -75,13 +75,6 @@
|
||||||
:n "r" #'+javascript/refactor-menu))
|
:n "r" #'+javascript/refactor-menu))
|
||||||
|
|
||||||
|
|
||||||
;; A find-{definition,references} backend for js2-mode. NOTE The xref API is
|
|
||||||
;; unstable and may break with an Emacs update.
|
|
||||||
(def-package! xref-js2
|
|
||||||
:when (featurep! :feature lookup)
|
|
||||||
:commands xref-js2-xref-backend)
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! nodejs-repl :commands nodejs-repl)
|
(def-package! nodejs-repl :commands nodejs-repl)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,3 @@
|
||||||
(package! typescript-mode)
|
(package! typescript-mode)
|
||||||
(package! web-beautify)
|
(package! web-beautify)
|
||||||
|
|
||||||
(when (featurep! :feature lookup)
|
|
||||||
(package! xref-js2))
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue