Update README.md

This commit is contained in:
James Cherti
2024-11-13 09:12:59 -05:00
parent ba13ce9b88
commit 9b3bfa1bcd

View File

@@ -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) - [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) - [Which other customizations can be interesting to add?](#which-other-customizations-can-be-interesting-to-add)
- [Frequently asked questions](#frequently-asked-questions) - [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 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 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) - [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 ## 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: Add the following line to the end of your `post-init.el` file:
```lisp ```lisp