From 88ec5691bb540b032127070be6114714d0494dfa Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:21:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f20ce4c..1fa4544 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ The auto-compile package automates the byte-compilation of Emacs Lisp files, ens To activate auto-compile, add the following to the beginning of `~/.emacs.d/post-init.el`, before all other `use-package` statements: ``` emacs-lisp (use-package auto-compile - :ensure t + :demand t :custom (auto-compile-check-parens nil) :config