Emacs: typo.

This commit is contained in:
tastytea 2020-03-19 00:31:21 +01:00
parent ca9a296d87
commit 834262e7f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; package-management.el --- Initialize package management -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-18T14:51:33+0100>
;; Time-stamp: <2020-03-19T00:31:08+0100>
;;; Commentary:
;; * Set up straight
@ -20,7 +20,7 @@
(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.")
"Make shallow clones to save space.")
;; Bootstrap straight.
(defvar bootstrap-version)