Skip to content

Commit

Permalink
langs: Show a warning so that straight.el users switch to the new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Feb 22, 2021
1 parent 79bb3fa commit 1d44e10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions langs/tree-sitter-langs-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
(require 'pcase)
(require 'cl-lib))

(eval-and-compile
(display-warning
'tree-sitter-langs
"This is a deprecated version of `tree-sitter-langs'.
New developement is on https://github.com/ubolonton/tree-sitter-langs. If you
are using `straight.el', please update the recipe `tree-sitter-langs'. This can
usually be done by updating the `melpa' package."
:emergency))

(declare-function dired-omit-mode "dired-x" (&optional arg))
(declare-function magit-get-current-tag "magit-git" (&optional rev with-distance))
(declare-function magit-rev-parse "magit-git" (&rest args))
Expand Down

0 comments on commit 1d44e10

Please sign in to comment.