From 61bef7d508e5e2c66c718511194f825893e5a8ac Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Aug 2024 15:16:40 -0500 Subject: update packages to aug 24 2024; minor updates updating packages to most recent as of Aug 24 2024 add commented help for signature expiration fix typo in comment on cj/elfeed-mark-all-as-read --- early-init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 71c94307..912d6aa9 100644 --- a/early-init.el +++ b/early-init.el @@ -37,6 +37,10 @@ ;; -------------------------------- Debug Flags -------------------------------- ;; debugging enabled during Emacs startup. disabled again after Emacs startup. + +;; uncomment when repo signatures expire and package installation is necessary +;; (setq package-check-signature nil) + (setq debug-on-error t) ;; default nil. turn on to debug issues only. (setq debug-on-quit t) ;; debug on C-g (breaking out of hangs/freezes) @@ -57,7 +61,7 @@ ;; set to nil to only use localrepo and local elpa-mirrors (see script directory) (defvar cj/use-online-repos t - "Whether to check for network connectivity and use online package repositories.") + "Whether to check for network connectivity & use online package repositories.") ;; ---------------------------- Startup Performance ---------------------------- ;; increases garbage collection threshold, and turns off file-name-handler and @@ -103,7 +107,7 @@ (defconst user-home-dir (getenv "HOME") "The user's home directory per the environment variable.") -(defconst elpa-mirror-location "/media/repos/elpa-mirror/" +(defconst elpa-mirror-location "/media/backup/repositories/elpa-mirror/" "The path to the elpa mirror location.") (defconst localrepo-location (concat user-emacs-directory ".localrepo/") -- cgit v1.2.3