Don't set package-archives

This commit is contained in:
David Morgan 2022-10-21 16:18:28 +01:00
parent aa2749b9e2
commit b1175658b9
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 0 additions and 5 deletions

View File

@ -2,11 +2,6 @@
;;; Commentary:
;;; Code:
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
("melpa-stable" . "https://stable.melpa.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")
("elpa" . "https://elpa.gnu.org/packages/")))
(setq straight-use-package-by-default t
straight-vc-git-default-clone-depth 1
straight-check-for-modifications '(find-when-checking check-on-save)