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?