mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit: mention test env for startup optimizations
And remove "debug-mode" clause because ofc20ba77
. Ref:c20ba77ff7
This commit is contained in:
@ -314,8 +314,10 @@ users).")
|
||||
;; Here are Doom's hackiest (and least offensive) startup optimizations. They
|
||||
;; exploit implementation details and unintended side-effects, and will change
|
||||
;; often between major Emacs releases. However, I disable them if this is a
|
||||
;; daemon session (where startup time matters less) or in debug-mode (to
|
||||
;; mitigate interference with our debugging).
|
||||
;; daemon session (where startup time matters less).
|
||||
;;
|
||||
;; Most of these have been tested on Linux and on fairly fast machines (with
|
||||
;; SSDs), so your mileage may vary depending on your hardware.
|
||||
(unless (daemonp)
|
||||
;; PERF: `file-name-handler-alist' is consulted on each call to `require',
|
||||
;; `load', or various file/io functions (like `expand-file-name' or
|
||||
|
Reference in New Issue
Block a user