Fix weird error with straight-vc-git-default-clone-depth
Need to file an error in straight.el
This commit is contained in:
@@ -25,7 +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-vc-git-default-clone-depth 'full
|
||||||
straight-check-for-modifications 'live)
|
straight-check-for-modifications 'live)
|
||||||
|
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
|
|||||||
Reference in New Issue
Block a user