From 9eade3da59042fcda88c33f0ccfe76a6f7dc82f6 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:19:03 -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 8fba03b..40be20b 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ Native compilation enhances Emacs performance by converting Elisp code into nati ;; A global mode that compiles .el files prior to loading them via `load' or ;; `require'. Additionally, it compiles all packages that were loaded before ;; the mode `compile-angel-on-load-mode' was activated. - (compile-angel-on-load-mode)) + (compile-angel-on-load-mode 1)) ``` ### How to activate recentf, savehist, saveplace, and auto-revert?