Update README.md
This commit is contained in:
@@ -252,8 +252,9 @@ Native compilation enhances Emacs performance by converting Elisp code into nati
|
||||
;; files. If you choose to remove this push to `compile-angel-excluded-files'
|
||||
;; and compile your pre/post-init files, ensure you understand the
|
||||
;; implications and thoroughly test your code. For example, if you're using
|
||||
;; `use-package', you'll need to explicitly add `(require 'use-package)` at
|
||||
;; the top of your init file.
|
||||
;; the `use-package' macro, you'll need to explicitly add:
|
||||
;; (eval-when-compile (require 'use-package))
|
||||
;; at the top of your init file.
|
||||
(push "/init.el" compile-angel-excluded-files)
|
||||
(push "/early-init.el" compile-angel-excluded-files)
|
||||
(push "/pre-init.el" compile-angel-excluded-files)
|
||||
|
||||
Reference in New Issue
Block a user