Emacs: Instruct straight to get shallow clones to save space.

This commit is contained in:
tastytea 2020-03-18 13:07:08 +01:00
parent 9a257f6213
commit 48c515dc2b
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; package-management.el --- Initialize package management -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-16T01:12:54+0100>
;; Time-stamp: <2020-03-18T13:06:33+0100>
;;; Commentary:
;; * Set up straight
@ -19,6 +19,8 @@
"Makes use-package invoke straight.el to install the package.")
(customize-set-variable 'straight-cache-autoloads t
"Cache the autoloads of all packages in a single file.")
(customize-set-variable 'straight-vc-git-default-clone-depth 1
"Get shallow clones to save space.")
;; Bootstrap straight.
(defvar bootstrap-version)