From 0e71a4f4efb97ea3273abda9507ed41becab7e84 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 16 Oct 2024 16:34:51 +0100 Subject: Fix weird error with straight-vc-git-default-clone-depth Need to file an error in straight.el --- Emacs/.config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/init.el') diff --git a/Emacs/.config/emacs/init.el b/Emacs/.config/emacs/init.el index b7aff5c..b690183 100644 --- a/Emacs/.config/emacs/init.el +++ b/Emacs/.config/emacs/init.el @@ -25,7 +25,7 @@ ;;; Setup straight (setq straight-disable-native-compile nil straight-use-package-by-default nil - straight-vc-git-default-clone-depth 1 + straight-vc-git-default-clone-depth 'full straight-check-for-modifications 'live) (defvar bootstrap-version) -- cgit v1.2.3-13-gbd6f