Update README.md
This commit is contained in:
@@ -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.
|
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.
|
||||||
|
|
||||||
|
|||||||
4
init.el
4
init.el
@@ -4,7 +4,7 @@
|
|||||||
;; URL: https://github.com/jamescherti/minimal-emacs.d
|
;; URL: https://github.com/jamescherti/minimal-emacs.d
|
||||||
;; Package-Requires: ((emacs "29.1"))
|
;; Package-Requires: ((emacs "29.1"))
|
||||||
;; Keywords: maint
|
;; Keywords: maint
|
||||||
;; Version: 1.0.1
|
;; Version: 1.0.0
|
||||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
(customize-set-variable 'package-archive-priorities
|
(customize-set-variable 'package-archive-priorities
|
||||||
'(("gnu" . 99)
|
'(("gnu" . 99)
|
||||||
("nongnu" . 80)
|
("nongnu" . 80)
|
||||||
("melpa-stable" . 70)
|
("stable" . 70)
|
||||||
("melpa" . 0)))
|
("melpa" . 0)))
|
||||||
|
|
||||||
(when package-enable-at-startup
|
(when package-enable-at-startup
|
||||||
|
|||||||
Reference in New Issue
Block a user