diff --git a/README.md b/README.md index a4b4ea2..f186c2e 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ Native compilation enhances Emacs performance by converting Elisp code into nati ;; Ensure adding the following compile-angel code at the very beginning ;; of your `~/.emacs.d/post-init.el` file, before all other packages. (use-package compile-angel + :demand t :ensure t :custom ;; Set `compile-angel-verbose` to nil to suppress output from compile-angel.