From d99d1f05ace84188fd5656765482bada8b619b47 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 4 Aug 2024 09:19:09 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- init.el | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8cfe4b..95d8383 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/init.el b/init.el index 4fa7b0f..0031540 100644 --- a/init.el +++ b/init.el @@ -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