Skip to content

Commit

Permalink
refactor(cli): remove redundant setq
Browse files Browse the repository at this point in the history
Already set in early-init.el (since c05e615).

Amend: c05e615
  • Loading branch information
hlissner committed Dec 1, 2024
1 parent fca69c9 commit 8072d62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/doom
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8072d62

Please sign in to comment.