Skip to content

Commit 2e5a413

Browse files
committed
Update README.md
1 parent 081acac commit 2e5a413

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ In addition to *minimal-emacs.d*, startup speed is influenced by your computer's
9494
- [How to load a local lisp file for machine-specific configurations?](#how-to-load-a-local-lisp-file-for-machine-specific-configurations)
9595
- [How to load Emacs customizations?](#how-to-load-emacs-customizations)
9696
- [How to increase gc-cons-threshold?](#how-to-increase-gc-cons-threshold)
97-
- [How to change the outline-mode or outline-minor-mode Ellipsis (...) to (▼)?](#how-to-change-the-outline-mode-or-outline-minor-mode-ellipsis--to-)
9897
- [How to prevent Emacs from loading .dir-locals.el files?](#how-to-prevent-emacs-from-loading-dir-localsel-files)
9998
- [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)
10099
- [Are post-early-init.el and pre-init.el the same file in terms of the logic?](#are-post-early-initel-and-pre-initel-the-same-file-in-terms-of-the-logic)
@@ -1613,10 +1612,6 @@ Add the following to `~/.emacs.d/pre-early-init.el` to ensure that *minimal-emac
16131612
(setq minimal-emacs-gc-cons-threshold (* 64 1024 1024))
16141613
```
16151614

1616-
### How to change the outline-mode or outline-minor-mode Ellipsis (...) to (▼)?
1617-
1618-
If you want to to change the outline-mode or outline-minor-mode Ellipsis (...) to (▼), use the code snippet in this article: [Changing the Ellipsis (“…”) in outline-mode and outline-minor-mode](https://www.jamescherti.com/emacs-customize-ellipsis-outline-minor-mode/).
1619-
16201615
### How to prevent Emacs from loading .dir-locals.el files?
16211616

16221617
By default, Emacs loads `.dir-locals.el` from the current directory or its parents and applies project-specific settings such as indentation, compilation commands, or custom minor modes. While useful in many cases, this behavior can introduce unintended overrides, inconsistencies, or even security risks when working with untrusted projects.

0 commit comments

Comments
 (0)