home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ce8972bc93dfdb4729e5bb1fb686403fb58d38aa
parent d1e446530284e8bb50101a8c4966059e97607c59
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  4 May 2020 14:51:32 +0200

git.nix: disable diff lisp, ain't working..

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/git.nix | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/modules/profiles/git.nix b/modules/profiles/git.nix @@ -55,10 +55,6 @@ in }; attributes = [ "*.org diff=org" - "*.lisp diff=lisp" - "*.el diff=lisp" - "*.hy diff=lisp" - "*.scm diff=lisp" ]; extraConfig = { core = { @@ -91,9 +87,6 @@ in "diff.org" = { xfuncname = "\"^\\\\*+.*\""; }; - "diff.lisp" = { - xfuncname = "\"^\\\\([^ ]+ [^ ]+\""; - }; forge = { remote = "upstream"; };