mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(cli): remove redundant setq
Already set in early-init.el (sincec05e615
). Amend:c05e61536e
This commit is contained in:
3
bin/doom
3
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
|
||||
|
Reference in New Issue
Block a user