From 9b3bfa1bcd365c4e2c43cf7a5f47524f1ceae480 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:12:59 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56fa4e1..40422a9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A [user commented on Reddit](https://www.reddit.com/r/emacs/comments/1feaf37/com - [How to configure elpaca (package manager)](#how-to-configure-elpaca-package-manager) - [Which other customizations can be interesting to add?](#which-other-customizations-can-be-interesting-to-add) - [Frequently asked questions](#frequently-asked-questions) - - [How to a load lisp file for machine-specific customizations](#how-to-a-load-lisp-file-for-machine-specific-customizations) + - [How to load a local lisp file for machine-specific customizations?](#how-to-load-a-local-lisp-file-for-machine-specific-customizations) - [How to increase gc-cons-threshold?](#how-to-increase-gc-cons-threshold) - [How to change the outline-mode or outline-minor-mode Ellipsis (...) to (▼)?](#how-to-change-the-outline-mode-or-outline-minor-mode-ellipsis--to-) - [How to make minimal-emacs.d use an environment variable to change ~/.emacs.d to another directory?](#how-to-make-minimal-emacsd-use-an-environment-variable-to-change-emacsd-to-another-directory) @@ -649,7 +649,7 @@ It is also recommended to read the following articles: ## Frequently asked questions -### How to a load lisp file for machine-specific customizations +### How to load a local lisp file for machine-specific customizations? Add the following line to the end of your `post-init.el` file: ```lisp