Fix weird error with straight-vc-git-default-clone-depth

Need to file an error in straight.el
This commit is contained in:
2024-10-16 16:34:51 +01:00
parent 746777d4fd
commit 0e71a4f4ef

View File

@@ -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)