diff options
| author | Craig Jennings <c@cjennings.net> | 2024-08-24 15:16:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-08-24 15:16:40 -0500 |
| commit | 61bef7d508e5e2c66c718511194f825893e5a8ac (patch) | |
| tree | b00ee56f820084bc6ae2d0d09c7513ced6b1d3b3 /early-init.el | |
| parent | 586700edc16c058e52227bc85c311d370aa4e8cc (diff) | |
| download | dotemacs-61bef7d508e5e2c66c718511194f825893e5a8ac.tar.gz dotemacs-61bef7d508e5e2c66c718511194f825893e5a8ac.zip | |
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
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 8 |
1 files changed, 6 insertions, 2 deletions
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/") |
