(Emacs/config)~Massively speed up git cloning in straight

This commit is contained in:
2024-09-08 02:52:37 +01:00
parent da2dd35303
commit df4d28987d

View File

@@ -25,6 +25,7 @@
;;; Setup straight ;;; Setup straight
(setq straight-disable-native-compile nil (setq straight-disable-native-compile nil
straight-use-package-by-default nil straight-use-package-by-default nil
straight-vc-git-default-clone-depth 1
straight-check-for-modifications 'live) straight-check-for-modifications 'live)
(defvar bootstrap-version) (defvar bootstrap-version)