Skip to content

Commit

Permalink
tweak(early-init): prefer loading newer Elisp files
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 27, 2023
1 parent e1e4034 commit 9bdf851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions early-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
;; This will be overwritten when `gcmh-mode' (a.k.a. the Garbage Collector
;; Magic Hack) gets loaded in the `me-gc' module (see "init.el").
gc-cons-threshold most-positive-fixnum
;; Do not wast time checking the modification time of each file
load-prefer-newer noninteractive
;; Prefer loading newer files
load-prefer-newer t
;; Remove some unneeded UI elements
default-frame-alist '((tool-bar-lines . 0)
(menu-bar-lines . 0)
Expand Down

0 comments on commit 9bdf851

Please sign in to comment.