Update README.md

This commit is contained in:
James Cherti
2025-08-28 08:16:35 -04:00
parent 6ad66c87eb
commit 87bca021cc

View File

@@ -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 ;; Ensure adding the following compile-angel code at the very beginning
;; of your `~/.emacs.d/post-init.el` file, before all other packages. ;; of your `~/.emacs.d/post-init.el` file, before all other packages.
(use-package compile-angel (use-package compile-angel
:demand t
:ensure t :ensure t
:custom :custom
;; Set `compile-angel-verbose` to nil to suppress output from compile-angel. ;; Set `compile-angel-verbose` to nil to suppress output from compile-angel.