From e46fcad092fb4af9dbd6ce7086d4d9a7ce927135 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:25:49 -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 ece1cca..64c78d5 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ An alternative lightweight approach is to simply change the default `~/.emacs.d` ### How to prevent minimal-emacs.d from saving custom.el? -To prevent Emacs from saving customization information to a custom file, set `custom-file` to `null-device`: +To prevent Emacs from saving customization information to a custom file, set `custom-file` to `null-device` by adding to the following to `~/.emacs.d/post-init.el`: ``` emacs-lisp (setq custom-file null-device) ```