From f09b6baeef133de658bd23dfedcfac70380c827d Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 10 Nov 2024 15:38:34 +0100 Subject: [PATCH] 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))