Update README.md
This commit is contained in:
@@ -166,6 +166,13 @@ Native compilation enhances Emacs performance by converting Elisp code into nati
|
|||||||
:ensure t
|
:ensure t
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
|
;; If you choose to compile your pre/post-init files, make sure you
|
||||||
|
;; understand the implications and thoroughly test your code.
|
||||||
|
(push "/pre-init.el" compile-angel-excluded-files)
|
||||||
|
(push "/post-init.el" compile-angel-excluded-files)
|
||||||
|
(push "/pre-early-init.el" compile-angel-excluded-files)
|
||||||
|
(push "/post-early-init.el" compile-angel-excluded-files)
|
||||||
|
|
||||||
;; Set `compile-angel-verbose` to nil to suppress output from compile-angel.
|
;; Set `compile-angel-verbose` to nil to suppress output from compile-angel.
|
||||||
;; Drawback: The minibuffer will not display compile-angel's actions.
|
;; Drawback: The minibuffer will not display compile-angel's actions.
|
||||||
(setq compile-angel-verbose t)
|
(setq compile-angel-verbose t)
|
||||||
|
|||||||
Reference in New Issue
Block a user