git: disable difftastic until i find how to make it more usable

This commit is contained in:
colin 2022-10-14 01:10:23 -07:00
parent b25528ecd7
commit 699204c5f5

View File

@ -415,7 +415,8 @@ in
userEmail = "colin@uninsane.org"; userEmail = "colin@uninsane.org";
aliases = { co = "checkout"; }; aliases = { co = "checkout"; };
difftastic.enable = true; # better diff rendering # TODO: figure out how to get the old `diff` for generating patches
# difftastic.enable = true; # better diff rendering
}; };
neovim = { neovim = {