diff --git a/lisp/doom-cli.el b/lisp/doom-cli.el index 0a06e5034..0b15dbd3b 100644 --- a/lisp/doom-cli.el +++ b/lisp/doom-cli.el @@ -6,8 +6,6 @@ ;; expects a noninteractive session, so take care when testing code! ;; ;;; Code: -(eval-when-compile! (require 'doom)) ; be silent, o'byte-compiler - (when noninteractive ;; PERF: Deferring the GC in non-interactive sessions isn't as important, but ;; still yields a notable benefit. Still, avoid setting it to high here, as