From 6b3bfba4c8bd5bdbca7783275a45e9a14d1dda62 Mon Sep 17 00:00:00 2001 From: ckie Date: Thu, 9 Dec 2021 16:35:20 +0200 Subject: [PATCH] advice: disable doom-cli--ci-deploy-hooks --- advice.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/advice.el b/advice.el index 2a59a76..6c54fe9 100644 --- a/advice.el +++ b/advice.el @@ -44,6 +44,10 @@ (advice-add '+org-fix-package-h :override (lambda (&rest r))) +;; don't try adding the git hooks +(advice-add 'doom-cli--ci-deploy-hooks + :override (lambda (&rest r))) + ;; just use straight provided by nix (advice-add 'doom-initialize-core-packages :override (lambda (&rest r)