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:
parent
2b1f6031b2
commit
878781e2e4
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
;; expects a noninteractive session, so take care when testing code!
|
;; expects a noninteractive session, so take care when testing code!
|
||||||
;;
|
;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(eval-when-compile! (require 'doom)) ; be silent, o'byte-compiler
|
|
||||||
|
|
||||||
(when noninteractive
|
(when noninteractive
|
||||||
;; PERF: Deferring the GC in non-interactive sessions isn't as important, but
|
;; 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
|
;; still yields a notable benefit. Still, avoid setting it to high here, as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue