From f09b6baeef133de658bd23dfedcfac70380c827d Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 10 Nov 2024 15:38:34 +0100 Subject: [PATCH 1/2] Add recipe for difftastic - a structural diff tool --- recipes/difftastic.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/difftastic.rcp diff --git a/recipes/difftastic.rcp b/recipes/difftastic.rcp new file mode 100644 index 000000000..69903e6cf --- /dev/null +++ b/recipes/difftastic.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)) From 441b836261005a0cd1f0a7808bf2c9469655fe06 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 10 Nov 2024 15:44:34 +0100 Subject: [PATCH 2/2] Fix --- recipes/{difftastic.rcp => difftastic.el.rcp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes/{difftastic.rcp => difftastic.el.rcp} (100%) diff --git a/recipes/difftastic.rcp b/recipes/difftastic.el.rcp similarity index 100% rename from recipes/difftastic.rcp rename to recipes/difftastic.el.rcp