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