mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(cli): remove unneeded (require 'doom)
This wasn't needed here in the first place, and was accidentally carried over while backporting it and surrounding changes from my local v3 branch.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user