From 9f512a60bf2f5599590b3a6aa4a6e6e53dbbe746 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 26 Sep 2022 12:50:13 +0200 Subject: [PATCH] nit: mention test env for startup optimizations And remove "debug-mode" clause because of c20ba77. Ref: c20ba77ff704 --- lisp/doom.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/doom.el b/lisp/doom.el index 45bafdf93..a9169450f 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -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