From 8072d62b4fb7c6212d70257420a7bdb791dd879c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 1 Dec 2024 11:48:47 -0500 Subject: [PATCH] refactor(cli): remove redundant setq Already set in early-init.el (since c05e615). Amend: c05e61536ed9 --- bin/doom | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/doom b/bin/doom index 9dc7dc8f1..ba47677db 100755 --- a/bin/doom +++ b/bin/doom @@ -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