mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08:00
refactor(cli): remove redundant setq
Already set in early-init.el (sincec05e615). Amend:c05e61536e
This commit is contained in:
parent
fca69c9849
commit
8072d62b4f
1 changed files with 0 additions and 3 deletions
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
|
;; - The user may have mounted /tmp with a noexec flag, so pass the exit script
|
||||||
;; to /bin/sh rather than executing them directly.
|
;; 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,
|
;; Doom's core sets up everything we need; including `doom-*-dir' variables,
|
||||||
;; universal defaults, and autoloads for doom-*-initialize functions.
|
;; universal defaults, and autoloads for doom-*-initialize functions.
|
||||||
(condition-case e
|
(condition-case e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue