diff --git a/recipes/difftastic.el.rcp b/recipes/difftastic.el.rcp new file mode 100644 index 000000000..69903e6cf --- /dev/null +++ b/recipes/difftastic.el.rcp @@ -0,0 +1,6 @@ +(:name magit-delta + :description "Integrates difftastic - a structural diff tool into Emacs" + :type github + :pkgname "pkryger/difftastic.el" + :minimum-emacs-version "28.1" + :depends (magit compat))