Skip to content

Commit

Permalink
Add compat lib for backwards compatibility
Browse files Browse the repository at this point in the history
CI was failing on make lint otherwise.
  • Loading branch information
meain committed Feb 13, 2024
1 parent 4d779c8 commit ecfa7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(package-file "evil-textobj-tree-sitter.el")

(development
(depends-on "compat")
(depends-on "ert")
(depends-on "package-lint")
(depends-on "evil")
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ compile:
lint:
$(CASK) exec $(EMACS) -Q -batch \
--eval "(require 'package)" \
--eval "(require 'compat)" \
--eval "(push '(\"melpa\" . \"http://melpa.org/packages/\") package-archives)" \
--eval "(package-initialize)" \
--eval "(package-refresh-contents)" \
Expand Down

0 comments on commit ecfa7a5

Please sign in to comment.