refactor(cli): remove redundant setq

Already set in early-init.el (since c05e615).

Amend: c05e61536e
This commit is contained in:
Henrik Lissner
2024-12-01 11:48:47 -05:00
parent fca69c9849
commit 8072d62b4f

View File

@ -71,9 +71,6 @@
;; - The user may have mounted /tmp with a noexec flag, so pass the exit script
;; to /bin/sh rather than executing them directly.
;; In CLI sessions, prefer correctness over performance.
(setq load-prefer-newer t)
;; Doom's core sets up everything we need; including `doom-*-dir' variables,
;; universal defaults, and autoloads for doom-*-initialize functions.
(condition-case e