diff options
Diffstat (limited to 'Emacs')
-rw-r--r-- | Emacs/.config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |