From 69e524c71f5a8c0283632f612d31cf58c67b42b7 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:27:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f28bc5a..7680a01 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ An alternative lightweight approach is to simply change the default `~/.emacs.d` (setq user-emacs-directory minimal-emacs-var-dir) ``` -IMPORTANT: The code above should be added to `~/.emacs.d/pre-early-init.el`, not the other files, as it modifies the behavior of all subsequent init files. +**IMPORTANT:** The code above should be added to `~/.emacs.d/pre-early-init.el`, not the other files, as it modifies the behavior of all subsequent init files. ### How to prevent minimal-emacs.d from saving custom.el?