Emacs: Instruct straight to get shallow clones to save space.
This commit is contained in:
parent
9a257f6213
commit
48c515dc2b
|
@ -1,6 +1,6 @@
|
||||||
;;; package-management.el --- Initialize package management -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
;; * Set up straight
|
;; * Set up straight
|
||||||
|
@ -19,6 +19,8 @@
|
||||||
"Makes use-package invoke straight.el to install the package.")
|
"Makes use-package invoke straight.el to install the package.")
|
||||||
(customize-set-variable 'straight-cache-autoloads t
|
(customize-set-variable 'straight-cache-autoloads t
|
||||||
"Cache the autoloads of all packages in a single file.")
|
"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.
|
;; Bootstrap straight.
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user