Update README.md

This commit is contained in:
James Cherti
2024-08-04 09:19:09 -04:00
parent cd30cc7673
commit d99d1f05ac
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
# Minimal ~/.emacs.d
# Minimal ~/.emacs.d - Efficient Emacs startup and configuration
Optimizing Emacs for speed and efficiency involves fine-tuning its startup process, managing essential settings, and handling package installations, etc.
This repository hosts a minimal Emacs configuration with `early-init.el` and `init.el` files. It is designed to serve as a base for your vanilla Emacs configuration, offering a robust foundation for a better vanilla Emacs experience.

View File

@@ -4,7 +4,7 @@
;; URL: https://github.com/jamescherti/minimal-emacs.d
;; Package-Requires: ((emacs "29.1"))
;; Keywords: maint
;; Version: 1.0.1
;; Version: 1.0.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Commentary:
@@ -32,7 +32,7 @@
(customize-set-variable 'package-archive-priorities
'(("gnu" . 99)
("nongnu" . 80)
("melpa-stable" . 70)
("stable" . 70)
("melpa" . 0)))
(when package-enable-at-startup