mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-25 14:13:38 -05:00
advice: disable doom-cli--ci-deploy-hooks
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user