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:
Henrik Lissner 2022-09-06 23:53:12 +02:00
parent 2b1f6031b2
commit 878781e2e4
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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