From 8c4e09dff83847ac7f07bf1da7751e9328006c4d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 30 Jul 2026 20:09:00 -0400 Subject: actual final changes and get rid of junk in lisp dir actually works fine --- .config/emacs/lisp/magit/git-hooks/fallthrough | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .config/emacs/lisp/magit/git-hooks/fallthrough (limited to '.config/emacs/lisp/magit/git-hooks/fallthrough') diff --git a/.config/emacs/lisp/magit/git-hooks/fallthrough b/.config/emacs/lisp/magit/git-hooks/fallthrough deleted file mode 100755 index 51928e7..0000000 --- a/.config/emacs/lisp/magit/git-hooks/fallthrough +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -hook="$SHADOWED_GITHOOK_DIRECTORY/$(basename $0)" - -if [[ -x "$hook" ]] -then - "$hook" "$@" -fi -- cgit v1.2.3