add compat recipe to fix magit

This commit is contained in:
Alex Ott 2022-05-26 10:32:23 +02:00
parent 91352ca0f8
commit a620c91fe7
2 changed files with 4 additions and 1 deletions

3
recipes/compat.rcp Normal file
View File

@ -0,0 +1,3 @@
(:name compat
:description "Emacs compatibility Library"
:type elpa)

View File

@ -7,7 +7,7 @@
:minimum-emacs-version "25.1"
;; Note: `git-commit' is shipped with `magit' code itself.
;; Note: `magit-section' is shipped with `magit' code itself.
:depends (dash transient with-editor)
:depends (dash transient with-editor compat)
:info "docs"
:load-path "lisp/"
:compile "lisp/"