summaryrefslogtreecommitdiff
path: root/early-init.el
AgeCommit message (Collapse)Author
5 daysrefactor:init: remove network availability checks for package reposCraig Jennings
Remove the logic for checking network availability to simplify the process of enabling online package repositories. Online repositories are now added regardless of network status. Reproducible installs will continue to work offline by prioritizing local repositories. Reported issues with package operations that fail gracefully when offline are addressed.
11 daysrefactor:init: adjust startup performance optimizationsCraig Jennings
Enable error notifications by adjusting warning level. Simplify startup performance by removing version control backend adjustments. Restore initial settings after startup.
13 daysfix:init: disable package signature checkingCraig Jennings
Commented out signature checking to avoid issues during package installation.
2025-10-23style:early-init: Correct indentation and adjust settingsCraig Jennings
Fixes inconsistent indentation in emacs-startup-hook lambda function. Comments out warning level setting and reenables package signature checking.
2025-10-20test: adding disabled benchmarking code for performance testingCraig Jennings
2025-10-12changing repositoriesCraig Jennings