all repos — nixfiles @ b1eb6e4da088a1fd94881e6a54b983e16e546aee

System and user configuration, managed by nix and home-manager

update git config schema

Alan Pearce
commit

b1eb6e4da088a1fd94881e6a54b983e16e546aee

parent

f882cacd9b46335169efab7928e3f4a2da0f142c

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -28,7 +28,7 @@
programs.git.attributes = [ "*.el diff=elisp" ]; - programs.git.extraConfig."diff.elisp" = { + programs.git.settings."diff.elisp" = { xfuncname = "^\\([^[:space:]]+[[:space:]]+([^()[:space:]]+)"; };